Uses of Interface
org.apache.directory.shared.ldap.name.NameComponentNormalizer

Packages that use NameComponentNormalizer
org.apache.directory.shared.ldap.aci ACI (Access Control Information) data model adopted from X.501 specification. 
org.apache.directory.shared.ldap.name   
 

Uses of NameComponentNormalizer in org.apache.directory.shared.ldap.aci
 

Constructors in org.apache.directory.shared.ldap.aci with parameters of type NameComponentNormalizer
ACIItemParser(NameComponentNormalizer normalizer, java.util.Map<java.lang.String,OidNormalizer> oidsMap)
          Creates a normalizing ACIItem parser.
 

Uses of NameComponentNormalizer in org.apache.directory.shared.ldap.name
 

Classes in org.apache.directory.shared.ldap.name that implement NameComponentNormalizer
 class 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.
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.