|
Class Summary |
| AntlrDnLexer |
An antlr generated DN lexer. |
| AntlrDnParser |
An antlr generated DN parser. |
| AtavSerializer |
A helper class which serialize and deserialize an AttributeTypeAndValue |
| AttributeTypeAndValue |
A Attribute Type And Value, which is the basis of all RDN. |
| ComplexLdapDnParser |
A DN parser that is able to parse complex DNs. |
| DefaultStringNormalizer |
A normalizer which transforms an escape sequence into an internal
canonical form: into UTF-8 characters presuming the escape sequence
fits that range. |
| LdapDN |
The LdapDN class contains a DN (Distinguished Name). |
| LdapDNSerializer |
A helper class which serialize and deserialize a DN |
| Rdn |
This class store the name-component part or the following BNF grammar (as of
RFC2253, par. |
| RdnParser |
This class parse the name-component part or the following BNF grammar (as of
RFC2253, par. |
| RdnSerializer |
A helper class which serialize and deserialize a RDN |
| SimpleNameComponentNormalizer |
A simple NameComponentNormalizer which uses the same Normalizer to always
normalize the value the same way regardless of the attribute the value is
for. |