public class DefaultNormalizerRegistry extends DefaultSchemaObjectRegistry<Normalizer> implements NormalizerRegistry
| Modifier and Type | Field and Description |
|---|---|
private static org.slf4j.Logger |
LOG
static class logger
|
byName, oidRegistry, schemaObjectType| Constructor and Description |
|---|
DefaultNormalizerRegistry()
Creates a new default NormalizerRegistry instance.
|
| Modifier and Type | Method and Description |
|---|---|
DefaultNormalizerRegistry |
copy()
Copy the NormalizerRegistry
|
String |
toString() |
void |
unregisterSchemaElements(String schemaName)
Unregisters all SchemaObjects defined for a specific schema from
this registry.
|
clear, contains, copy, get, getErrorHandler, getOidByName, getSchemaName, getType, isRelaxed, isStrict, iterator, lookup, oidsIterator, register, renameSchema, setErrorHandler, setRelaxed, setStrict, size, unregister, unregisterclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitregister, unregisterclear, contains, get, getOidByName, getSchemaName, getType, iterator, lookup, oidsIterator, renameSchema, size, unregisterforEach, iterator, spliteratorpublic DefaultNormalizerRegistry()
public void unregisterSchemaElements(String schemaName) throws LdapException
unregisterSchemaElements in interface NormalizerRegistryunregisterSchemaElements in interface SchemaObjectRegistry<Normalizer>unregisterSchemaElements in class DefaultSchemaObjectRegistry<Normalizer>schemaName - the name of the schema whose SchemaObjects will be removed fromLdapException - If we had a problem while unregistering the schemapublic DefaultNormalizerRegistry copy()
copy in interface NormalizerRegistrycopy in interface SchemaObjectRegistry<Normalizer>public String toString()
toString in class DefaultSchemaObjectRegistry<Normalizer>Object.toString()Copyright © 2003–2022 The Apache Software Foundation. All rights reserved.