|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
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 |
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 |
DnNormalizer
A distinguished name normalizer that works with a schema or without. |
class |
LdapDnNormalizer
A distinguished name normalizer that works with a schema or without. |
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 |
OidNormalizer.getNormalizer()
Get the normalizer |
Normalizer |
MatchingRule.getNormalizer()
Gets the Normalizer enabling the use of this MatchingRule for EQUALITY matching and indexing. |
Methods in org.apache.directory.shared.ldap.schema with parameters of type Normalizer | |
void |
OidNormalizer.setNormalizer(Normalizer normalizer)
Set the normalizer |
Constructors in org.apache.directory.shared.ldap.schema with parameters of type Normalizer | |
OidNormalizer(java.lang.String name,
Normalizer normalizer)
A constructor which accept two parameters |
|
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 comparator)
A comparator which normalizes a value first before comparing them. |
|
DnNormalizer(Normalizer normalizer)
Creates a Dn Normalizer which normalizes distinguished names by using the same Normalizer to to normalize assertion values regardless of the attributeType of the name component. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |