Package org.apache.directory.shared.ldap.schema.normalizers

Class Summary
BooleanNormalizer Normalizer for boolean values.
CachingNormalizer Caches previously normalized values.
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.
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.
GeneralizedTimeNormalizer Normalizer which normalize a time following those rules : - if minutes are ommited, then they are replaced by 00 - if seconds are ommited, then they are replaced by 00 - if fraction is 0, it is removed - the time is supposed to be expressed in Zulu (GMT), so increment is applied to hours/days/yeah, and a Z is added at the end.
NoOpNormalizer No op (pass through or do nothing) normalizer returning what its given.
NumericNormalizer Normalize Numeric Strings
ObjectIdentifierNormalizer A normalizer for the objectIdentifierMatch matching rule.
OidNormalizer The OidNomalizer class contains a tuple: an OID with its Normalizer.
RegexNormalizer A Normalizer that uses Perl5 based regular expressions to normalize values.
TelephoneNumberNormalizer Normalize Telephone Number Strings
 



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