|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.shared.ldap.schema.LdapDnNormalizer
A distinguished name normalizer that works with a schema or without.
Constructor Summary | |
LdapDnNormalizer()
|
Method Summary | |
static java.lang.Object |
normalize(javax.naming.Name value)
Normalizes the value if it is a Name or a String returning the String representation always. |
java.lang.Object |
normalize(java.lang.Object value)
Gets the normalized value. |
static java.lang.Object |
normalize(java.lang.String value)
Normalizes the value if it is a Name or a String returning the String representation always. |
static void |
setOidContainer(DnOidContainer oidContainer)
|
java.lang.String |
toString()
A String representation of this normalizer |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public LdapDnNormalizer()
Method Detail |
public static void setOidContainer(DnOidContainer oidContainer)
public java.lang.Object normalize(java.lang.Object value) throws javax.naming.NamingException
Normalizer
normalize
in interface Normalizer
value
- the value to normalize. It must *not* be null !
javax.naming.NamingException
- if an error results during normalizationNormalizer.normalize(java.lang.Object)
public static java.lang.Object normalize(javax.naming.Name value) throws javax.naming.NamingException
javax.naming.NamingException
Normalizer.normalize(java.lang.Object)
public static java.lang.Object normalize(java.lang.String value) throws javax.naming.NamingException
javax.naming.NamingException
Normalizer.normalize(java.lang.Object)
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |