Uses of Class
org.apache.directory.shared.ldap.schema.normalizers.OidNormalizer

Packages that use OidNormalizer
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   
org.apache.directory.shared.ldap.subtree   
 

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

Method parameters in org.apache.directory.shared.ldap.aci with type arguments of type OidNormalizer
 void AntlrACIItemParser.init(java.util.Map<java.lang.String,OidNormalizer> oidsMap)
          Creates a (normalizing) subordinate DnParser for parsing Names.
 

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

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

Method parameters in org.apache.directory.shared.ldap.name with type arguments of type OidNormalizer
static LdapDN LdapDN.normalize(LdapDN dn, java.util.Map<java.lang.String,OidNormalizer> oidsMap)
          Change the internal DN, using the OID instead of the first name or other aliases.
 LdapDN LdapDN.normalize(java.util.Map<java.lang.String,OidNormalizer> oidsMap)
          Change the internal DN, using the OID instead of the first name or other aliases.
static javax.naming.Name LdapDN.normalize(java.lang.String name, java.util.Map<java.lang.String,OidNormalizer> oidsMap)
          Static factory which creates a normalized DN from a String and a Map of OIDs.
 

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

Constructors in org.apache.directory.shared.ldap.schema.normalizers with parameters of type OidNormalizer
OidNormalizer(OidNormalizer oidNormalizer)
          A copy constructor.
 

Uses of OidNormalizer in org.apache.directory.shared.ldap.subtree
 

Method parameters in org.apache.directory.shared.ldap.subtree with type arguments of type OidNormalizer
 void AntlrSubtreeSpecificationParser.init(java.util.Map<java.lang.String,OidNormalizer> oidsMap)
          Does nothing.
 

Constructor parameters in org.apache.directory.shared.ldap.subtree with type arguments of type OidNormalizer
SubtreeSpecificationParser(java.util.Map<java.lang.String,OidNormalizer> oidsMap)
          Creates a subtree specification parser.
SubtreeSpecificationParser(NormalizerMappingResolver resolver, java.util.Map<java.lang.String,OidNormalizer> oidsMap)
          Creates a normalizing subtree specification parser.
 



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.