| Interface | Description |
|---|---|
| AntlrDnTokenTypes | |
| NameComponentNormalizer |
Normalizers of ldap name component attributes and their values.
|
| Class | Description |
|---|---|
| AntlrDnLexer |
An antlr generated DN lexer.
|
| AntlrDnParser |
An antlr generated DN parser.
|
| AVA |
A Attribute Type And Value, which is the basis of all RDN.
|
| AVASerializer |
A helper class which serialize and deserialize an AttributeTypeAndValue
|
| ComplexDnParser |
A DN parser that is able to parse complex DNs.
|
| DN |
The DN class contains a DN (Distinguished Name).
|
| DnSerializer |
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.
|
| Enum | Description |
|---|---|
| DnParser |
This class parses a DN.
|
| FastDnParser |
A fast LDAP DN parser that handles only simple DNs.
|
| Exception | Description |
|---|---|
| TooComplexException |
This exception is used to signal, that the complex parser should be used.
|
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.