|
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 | +--org.ietf.ldap.LDAPMatchingRuleUseSchema
Represents the definition of a specific matching rule use in the directory schema.
Constructor Summary | |
LDAPMatchingRuleUseSchema(java.lang.String raw)
Constructs a matching rule use definition from the raw string value returned on a schema query for matchingRuleUse. |
|
LDAPMatchingRuleUseSchema(java.lang.String[] names,
java.lang.String oid,
java.lang.String description,
boolean obsolete,
java.lang.String[] attributes)
Constructs a matching rule use definition for adding to or deleting from the schema. |
Method Summary | |
java.lang.String[] |
getAttributes()
Returns an array of all the attributes which this matching rule applies to. |
Methods inherited from class org.ietf.ldap.LDAPSchemaElement |
getDescription, getID, getNames, getQualifier, getQualifierNames, isObsolete, setQualifier, toString |
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 |
Constructor Detail |
public LDAPMatchingRuleUseSchema(java.lang.String[] names, java.lang.String oid, java.lang.String description, boolean obsolete, java.lang.String[] attributes)
public LDAPMatchingRuleUseSchema(java.lang.String raw)
Method Detail |
public java.lang.String[] getAttributes()
|
LDAP Classes Implements Java LDAP |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |