public class GeneralizedTimeNormalizer extends Normalizer
serialVersionUIDdescription, extensions, h, isEnabled, isObsolete, locked, names, objectType, oid, schemaName, specification| Constructor and Description |
|---|
GeneralizedTimeNormalizer()
Creates a new instance of GeneralizedTimeNormalizer.
|
| 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.
|
equals, setSchemaManager, 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, unlockpublic GeneralizedTimeNormalizer()
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 normalizationCopyright © 2003–2019 The Apache Software Foundation. All rights reserved.