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   
org.apache.directory.shared.ldap.schema.normalizers   
 

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.
 

Uses of NameComponentNormalizer in org.apache.directory.shared.ldap.schema.normalizers
 

Classes in org.apache.directory.shared.ldap.schema.normalizers that implement NameComponentNormalizer
 class ConcreteNameComponentNormalizer
          A DN Name component Normalizer which uses the bootstrap registries to find the appropriate normalizer for the attribute of the name component with which to normalize the name component value.
 



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