public class DnNormalizer extends Normalizer
| Modifier and Type | Field and Description |
|---|---|
private SchemaManager |
schemaManager
A reference to the schema manager used to normalize the Dn
|
serialVersionUIDdescription, extensions, isEnabled, isObsolete, isReadOnly, locked, names, objectType, oid, schemaName, specification| Constructor and Description |
|---|
DnNormalizer()
Empty constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
normalize(Dn value)
Normalize a Dn
|
java.lang.String |
normalize(java.lang.String value)
Gets the normalized value.
|
Value<?> |
normalize(Value<?> value)
Gets the normalized value.
|
void |
setSchemaManager(SchemaManager schemaManager)
Store the SchemaManager in this instance.
|
equals, toStringcopy, getBytecode, getFqcn, isValid, setBytecode, setFqcnaddExtension, addExtension, addName, clear, compareOid, copy, getDescription, getExtension, getExtensions, getName, getNames, getObjectType, getOid, getSchemaName, getSpecification, hasExtension, hashCode, isDisabled, isEnabled, isObsolete, isReadOnly, lock, setDescription, setEnabled, setExtensions, setNames, setNames, setObsolete, setOid, setReadOnly, setSchemaName, setSpecification, unlockprivate SchemaManager schemaManager
public Value<?> normalize(Value<?> value) throws LdapException
normalize in class Normalizervalue - the value to normalize. It must *not* be null !LdapException - if an error results during normalizationpublic java.lang.String normalize(java.lang.String value)
throws LdapException
normalize in class Normalizervalue - the value to normalize. It must *not* be null !LdapException - if an error results during normalizationpublic java.lang.String normalize(Dn value) throws LdapException
value - The Dn to normalizeLdapExceptionpublic void setSchemaManager(SchemaManager schemaManager)
setSchemaManager in class NormalizerschemaManager - the schemaManager to store