|
LDAP Classes Implements Java LDAP |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.ietf.ldap.LDAPAttribute | +--org.ietf.ldap.LDAPSchemaElement
The base class for representing LDAP schema elements.
Method Summary | |
java.lang.String |
getDescription()
Returns the description of the element. |
java.lang.String |
getID()
Returns the unique object identifier (OID) of the element. |
java.lang.String[] |
getNames()
Returns an array of names for the element, or null if none is found. |
java.lang.String[] |
getQualifier(java.lang.String name)
Returns an array of all values of a specified optional or non- standard qualifier of the element. |
java.util.Enumeration |
getQualifierNames()
Returns an enumeration of all qualifiers of the element which are vendor specific (begin with "X-"). |
boolean |
isObsolete()
Returns whether the element has the OBSOLETE qualifier in its LDAP definition. |
void |
setQualifier(java.lang.String name,
java.lang.String[] values)
Sets the values of a specified optional or non-standard qualifier of the element. |
java.lang.String |
toString()
Returns a string in a format suitable for directly adding to a directory, as a value of the particular schema element. |
Methods inherited from class org.ietf.ldap.LDAPAttribute |
addValue, addValue, clone, compareTo, getBaseName, getBaseName, getByteValueArray, getByteValues, getLangSubtype, getName, getStringValueArray, getStringValues, getSubtypes, getSubtypes, hasSubtype, hasSubtypes, removeValue, removeValue, size |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public java.lang.String[] getNames()
public java.lang.String getDescription()
public java.lang.String getID()
public java.lang.String[] getQualifier(java.lang.String name)
public java.util.Enumeration getQualifierNames()
public boolean isObsolete()
public java.lang.String toString()
toString
in class java.lang.Object
public void setQualifier(java.lang.String name, java.lang.String[] values)
|
LDAP Classes Implements Java LDAP |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |