|
Class Summary |
| antlrNameParser |
|
| antlrTypeLexer |
Lexer used to scan the attribute type character stream from the start of
an attribute type to the equal sign. |
| antlrValueLexer |
Lexer used to scan the attribute value character stream from an equal sign
in the name-component to the next comma, semicolon, or plus sign (if the
RDN is multivalued). |
| antlrValueParser |
|
| AttributeTypeAndValue |
A Attribute Type And Value, which is the basis of all RDN. |
| DnOidContainer |
The DnOidContainer is a class which ill contain a global Map associating
names to thier OIDs and Normalizer. |
| DnParser |
A distinguished name parser which generates JNDI Ldap exception on error. |
| LdapDN |
The LdapDN class contains a DN (Distinguished Name). |
| LdapDnParser |
This class parses a DN. |
| LdapName |
A distinguished name implementation for LDAPv3. |
| 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. |
| ReusableAntlrTypeLexer |
A reusable lexer class extended from antlr generated antlrTypelexer |
| ReusableAntlrValueLexer |
A reusable lexer class extended from antlr generated antlrValueLexer |
| 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. |