|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Normalizer | |
---|---|
org.apache.directory.shared.ldap.entry | |
org.apache.directory.shared.ldap.entry.client | |
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.entry |
---|
Methods in org.apache.directory.shared.ldap.entry with parameters of type Normalizer | |
---|---|
void |
Value.normalize(Normalizer normalizer)
Normalize the value. |
Uses of Normalizer in org.apache.directory.shared.ldap.entry.client |
---|
Methods in org.apache.directory.shared.ldap.entry.client with parameters of type Normalizer | |
---|---|
void |
ClientBinaryValue.normalize(Normalizer normalizer)
Normalize the value. |
void |
ClientStringValue.normalize(Normalizer normalizer)
Normalize the value. |
Uses of Normalizer in org.apache.directory.shared.ldap.filter |
---|
Methods in org.apache.directory.shared.ldap.filter with parameters of type Normalizer | |
---|---|
java.util.regex.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 |
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. |
class |
NoOpNormalizer
No op (pass through or do nothing) normalizer returning what its given. |
class |
NumericNormalizer
Normalize Numeric Strings |
class |
ObjectIdentifierNormalizer
A normalizer for the objectIdentifierMatch matching rule. |
class |
RegexNormalizer
A Normalizer that uses Perl5 based regular expressions to normalize values. |
class |
TelephoneNumberNormalizer
Normalize Telephone Number Strings |
Fields in org.apache.directory.shared.ldap.schema declared as Normalizer | |
---|---|
protected Normalizer |
CachingNormalizer.normalizer
The underlying decorated Normalizer |
Methods in org.apache.directory.shared.ldap.schema that return Normalizer | |
---|---|
Normalizer |
OidNormalizer.getNormalizer()
Get the normalizer |
Normalizer |
MatchingRule.getNormalizer()
Gets the Normalizer enabling the use of this MatchingRule for EQUALITY matching and indexing. |
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,
java.util.Comparator<java.lang.Object> comparator)
A comparator which normalizes a value first before comparing them. |
|
OidNormalizer(java.lang.String attributeTypeOid,
Normalizer normalizer)
A constructor which accept two parameters |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |