|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NormalizerRegistry
Normalizer registry service interface.
| Method Summary | |
|---|---|
java.lang.String |
getSchemaName(java.lang.String oid)
Gets the name of the schema this schema object is associated with. |
boolean |
hasNormalizer(java.lang.String oid)
Checks to see if a Normalizer exists. |
org.apache.directory.shared.ldap.schema.Normalizer |
lookup(java.lang.String oid)
Looks up a Normalizer by its unique Object Identifier. |
void |
register(java.lang.String schema,
java.lang.String oid,
org.apache.directory.shared.ldap.schema.Normalizer normalizer)
Registers a Normalizer with this registry. |
| Method Detail |
|---|
void register(java.lang.String schema,
java.lang.String oid,
org.apache.directory.shared.ldap.schema.Normalizer normalizer)
throws javax.naming.NamingException
schema - the name of the schema the Normalizer is associated withnormalizer - the Normalizer to register
javax.naming.NamingException - if the Normalizer is already registered or the
registration operation is not supported
org.apache.directory.shared.ldap.schema.Normalizer lookup(java.lang.String oid)
throws javax.naming.NamingException
oid - the object identifier
javax.naming.NamingException - if there is a backing store failure or the
Normalizer does not exist.
java.lang.String getSchemaName(java.lang.String oid)
throws javax.naming.NamingException
oid - the object identifier
javax.naming.NamingException - if the schema object does not existboolean hasNormalizer(java.lang.String oid)
oid - the object identifier
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||