public class UniqueMemberNormalizer extends Normalizer
| Modifier and Type | Field and Description |
|---|---|
private SchemaManager |
schemaManager
A reference to the schema manager used to normalize the Dn
|
serialVersionUIDdescription, extensions, h, isEnabled, isObsolete, locked, names, objectType, oid, schemaName, specification| Constructor and Description |
|---|
UniqueMemberNormalizer()
Creates a new UniqueMemberNormalizer instance
|
| Modifier and Type | Method and Description |
|---|---|
String |
normalize(String value)
Gets the normalized value of AssertionValues.
|
String |
normalize(String value,
PrepareString.AssertionType assertionType)
Gets the normalized value of a substring assertion.
|
void |
setSchemaManager(SchemaManager schemaManager)
Store the SchemaManager in this instance.
|
equals, toStringcopy, getBytecode, getFqcn, hashCode, isValid, setBytecode, setFqcnaddExtension, addExtension, addName, clear, compareOid, computeHashCode, copy, getDescription, getExtension, getExtensions, getName, getNames, getObjectType, getOid, getSchemaName, getSpecification, hasExtension, isDisabled, isEnabled, isObsolete, lock, setDescription, setEnabled, setExtensions, setNames, setNames, setObsolete, setOid, setSchemaName, setSpecification, unlockprivate transient SchemaManager schemaManager
public UniqueMemberNormalizer()
public String normalize(String value) throws LdapException
normalize in class Normalizervalue - the value to normalize. It must *not* be null !LdapException - if an error results during normalizationpublic String normalize(String value, PrepareString.AssertionType assertionType) throws LdapException
normalize in class Normalizervalue - the substring value to normalize. It must *not* be null !assertionType - The type of assertionLdapException - if an error results during normalizationpublic void setSchemaManager(SchemaManager schemaManager)
setSchemaManager in class NormalizerschemaManager - the schemaManager to storeCopyright © 2003–2022 The Apache Software Foundation. All rights reserved.