Package org.ldaptive.dn
Interface RDnNormalizer
-
- All Known Implementing Classes:
DefaultRDnNormalizer
public interface RDnNormalizer
Interface for normalizing RDNs.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RDn
normalize(RDn rdn)
Normalize the name value pairs in the supplied RDN.
-