AbstractAttributeValueEscaper |
Escapes an attribute value per RFC 4514 section 2.4.
|
DefaultAttributeValueEscaper |
Escapes an attribute value per RFC 4514 section 2.4.
|
DefaultDnParser |
Parses DNs following the rules in RFC 4514.
|
DefaultDnParser.OctetStringHandler |
Parse handler for decoding octet strings.
|
DefaultRDnNormalizer |
Normalizes a RDN by performing the following operations:
lowercase attribute names
lowercase attribute values
compress duplicate spaces in attribute values
escape attribute value characters
sort multi value RDNs by name
This API provides properties to control attribute name normalization, attribute value normalization and attribute
value escaping in order to customize the behavior.
|
Dn |
Distinguished name containing zero or more relative distinguished names.
|
Dn.Builder |
|
MinimalAttributeValueEscaper |
Escapes an attribute value per RFC 4514 section 2.4.
|
NameValue |
Container for a RDN name value pair.
|
RDn |
Relative distinguished name containing one or more name value pairs.
|