Interface | Description |
---|---|
NameComponentNormalizer |
Normalizers of ldap name component attributes and their values.
|
Class | Description |
---|---|
BooleanNormalizer |
Normalizer for boolean 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.
|
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
Note : there is no Substring for this type of values.
|
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 normalizer for UniqueMember.
|
Copyright © 2003–2023 The Apache Software Foundation. All rights reserved.