Uses of Interface
org.apache.directory.shared.ldap.schema.Normalizer

Packages that use Normalizer
org.apache.directory.shared.ldap.filter   
org.apache.directory.shared.ldap.name   
org.apache.directory.shared.ldap.schema Contains interfaces and base classes for representing the LDAP schema domain model. 
 

Uses of Normalizer in org.apache.directory.shared.ldap.filter
 

Methods in org.apache.directory.shared.ldap.filter with parameters of type Normalizer
 Pattern SubstringNode.getRegex(Normalizer normalizer)
          Gets the compiled regular expression for the substring expression.
 

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

Classes in org.apache.directory.shared.ldap.name that implement Normalizer
 class DefaultStringNormalizer
          A normalizer which transforms an escape sequence into an internal canonical form: into UTF-8 characters presuming the escape sequence fits that range.
 

Constructors in org.apache.directory.shared.ldap.name with parameters of type Normalizer
SimpleNameComponentNormalizer(Normalizer normalizer)
          Creates a new SimpleNameComponentNormalizer with the normalizer it uses ever time irrespective of the attribute name or oid.
 

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

Classes in org.apache.directory.shared.ldap.schema that implement Normalizer
 class CachingNormalizer
          Caches previously normalized values.
 class DeepTrimNormalizer
          Normalizer which trims down whitespace replacing multiple whitespace characters on the edges and within the string with a single space character thereby preserving tokenization order.
 class DeepTrimToLowerNormalizer
          Normalizer which trims down whitespace replacing multiple whitespace characters on the edges and within the string with a single space character thereby preserving tokenization order - while doing all this in the same pass it lower cases all characters.
 class NoOpNormalizer
          No op (pass through or do nothing) normalizer returning what its given.
 class ObjectIdentifierNormalizer
          A normalizer for the objectIdentifierMatch matching rule.
 class RegexNormalizer
          A Normalizer that uses Perl5 based regular expressions to normalize values.
 

Methods in org.apache.directory.shared.ldap.schema that return Normalizer
 Normalizer MatchingRule.getNormalizer()
          Gets the Normalizer enabling the use of this MatchingRule for EQUALITY matching and indexing.
 Normalizer OidNormalizer.getNormalizer()
          Get the normalizer
 

Constructors in org.apache.directory.shared.ldap.schema with parameters of type Normalizer
CachingNormalizer(Normalizer normalizer)
          Creates a CachingNormalizer that decorates another normalizer using a default cache size.
CachingNormalizer(Normalizer normalizer, int cacheSz)
          Creates a CachingNormalizer that decorates another normalizer using a specified cache size.
NormalizingComparator(Normalizer normalizer, Comparator comparator)
          A comparator which normalizes a value first before comparing them.
OidNormalizer(String attributeTypeOid, Normalizer normalizer)
          A constructor which accept two parameters
 



Copyright © 2004-2012. All Rights Reserved.