|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NormalizerRegistry
Normalizer registry service class.
Method Summary | |
---|---|
NormalizerRegistry |
copy()
Copy the NormalizerRegistry |
void |
register(Normalizer normalizer)
Registers a new Normalizer with this registry. |
Normalizer |
unregister(java.lang.String numericOid)
Removes the Normalizer registered with this registry, using its numeric OID. |
void |
unregisterSchemaElements(java.lang.String schemaName)
Unregisters all Normalizers defined for a specific schema from this registry. |
Methods inherited from interface org.apache.directory.shared.ldap.schema.registries.SchemaObjectRegistry |
---|
clear, contains, get, getOidByName, getSchemaName, getType, iterator, lookup, oidsIterator, renameSchema, size, unregister |
Methods inherited from interface java.lang.Iterable |
---|
iterator |
Method Detail |
---|
void register(Normalizer normalizer) throws LdapException
register
in interface SchemaObjectRegistry<Normalizer>
normalizer
- the Normalizer to register
LdapException
- if the Normalizer is already registered or
the registration operation is not supportedNormalizer unregister(java.lang.String numericOid) throws LdapException
unregister
in interface SchemaObjectRegistry<Normalizer>
numericOid
- the numeric identifier
LdapException
- if the numeric identifier is invalidvoid unregisterSchemaElements(java.lang.String schemaName) throws LdapException
unregisterSchemaElements
in interface SchemaObjectRegistry<Normalizer>
schemaName
- the name of the schema whose Normalizers will be removed from
LdapException
NormalizerRegistry copy()
copy
in interface SchemaObjectRegistry<Normalizer>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |