|
Class Summary |
| BooleanNormalizer |
Normalizer for boolean values. |
| CachingDeepTrimNormalizer |
A deep trimming normalizer that caches normalizations to prevent repeat
normalizations from occurring needlessly. |
| CachingDeepTrimToLowerNormalizer |
A deep trimming normalizer that caches normalizations to prevent repeat
normalizations from occurring needlessly. |
| CachingDnNormalizer |
A deep trimming normalizer that caches normalizations to prevent repeat
normalizations from occurring needlessly. |
| CachingNormalizer |
Caches previously normalized values. |
| 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. |
| 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. |
| DefaultStringNormalizer |
A normalizer which transforms an escape sequence into an internal
canonical form: into UTF-8 characters presuming the escape sequence
fits that range. |
| DnNormalizer |
Normalizer a Dn |
| 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 or omitted, it is replaced by 000
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
|
| NameOrNumericIdNormalizer |
A name or numeric id normalizer. |
| 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 |
| UniqueMemberNormalizer |
A noirmalizer for UniqueMember |