|
||||||||||
| 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(String numericOid)
Removes the Normalizer registered with this registry, using its numeric OID. |
void |
unregisterSchemaElements(String schemaName)
Unregisters all Normalizers defined for a specific schema from this registry. |
| Methods inherited from interface org.apache.directory.api.ldap.model.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 supported
Normalizer unregister(String numericOid)
throws LdapException
unregister in interface SchemaObjectRegistry<Normalizer>numericOid - the numeric identifier
LdapException - if the numeric identifier is invalid
void unregisterSchemaElements(String schemaName)
throws LdapException
unregisterSchemaElements in interface SchemaObjectRegistry<Normalizer>schemaName - the name of the schema whose Normalizers will be removed from
LdapExceptionNormalizerRegistry copy()
copy in interface SchemaObjectRegistry<Normalizer>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||