public class ObjectIdentifierNormalizer extends Normalizer
| Modifier and Type | Field and Description |
|---|---|
private SchemaManager |
schemaManager
A reference to the schema manager used to normalize the Name
|
serialVersionUIDdescription, extensions, h, isEnabled, isObsolete, locked, names, objectType, oid, schemaName, specification| Constructor and Description |
|---|
ObjectIdentifierNormalizer()
Creates a new instance of ObjectIdentifierNormalizer.
|
| 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 ObjectIdentifierNormalizer()
public void setSchemaManager(SchemaManager schemaManager)
setSchemaManager in class NormalizerschemaManager - the schemaManager to storepublic 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 normalizationCopyright © 2003–2019 The Apache Software Foundation. All rights reserved.