Uses of Class
org.apache.directory.shared.ldap.schema.parsers.NormalizerDescription

Packages that use NormalizerDescription
org.apache.directory.shared.ldap.schema Contains interfaces and base classes for representing the LDAP schema domain model. 
org.apache.directory.shared.ldap.schema.loader.ldif   
org.apache.directory.shared.ldap.schema.parsers   
 

Uses of NormalizerDescription in org.apache.directory.shared.ldap.schema
 

Methods in org.apache.directory.shared.ldap.schema with parameters of type NormalizerDescription
 Normalizer EntityFactory.getNormalizer(SchemaManager schemaManager, NormalizerDescription normalizerDescription, Registries targetRegistries, java.lang.String schemaName)
          Create a new instance of a Normalizer
 

Uses of NormalizerDescription in org.apache.directory.shared.ldap.schema.loader.ldif
 

Methods in org.apache.directory.shared.ldap.schema.loader.ldif with parameters of type NormalizerDescription
 Normalizer SchemaEntityFactory.getNormalizer(SchemaManager schemaManager, NormalizerDescription normalizerDescription, Registries targetRegistries, java.lang.String schemaName)
          Create a new instance of a Normalizer
 

Uses of NormalizerDescription in org.apache.directory.shared.ldap.schema.parsers
 

Methods in org.apache.directory.shared.ldap.schema.parsers that return NormalizerDescription
 NormalizerDescription NormalizerDescriptionSchemaParser.parse(java.lang.String schemaDescription)
          Parses a Normalizer description
 NormalizerDescription NormalizerDescriptionSchemaParser.parseNormalizerDescription(java.lang.String normalizerDescription)
          Parses a normalizer description:
 



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