|
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.LDAPMatchingRuleSchema
Represents the schematic definition of a particular matching rule in a particular Directory Server.
Constructor Summary | |
LDAPMatchingRuleSchema(java.lang.String[] names,
java.lang.String oid,
java.lang.String description,
java.lang.String[] attributes,
boolean obsolete,
java.lang.String syntaxString)
Constructs a matching rule definition for adding to or deleting from a directory. |
|
LDAPMatchingRuleSchema(java.lang.String rawMatchingRule,
java.lang.String rawMatchingRuleUse)
Constructs a matching rule definition from the raw string values returned from a schema query for "matchingRule" and for "matchingRuleUse" for the same rule. |
Method Summary | |
java.lang.String[] |
getAttributes()
Returns the OIDs of the attributes to which this rule applies. |
java.lang.String |
getSyntaxString()
Returns the OID of the syntax that this matching rule is valid for. |
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 LDAPMatchingRuleSchema(java.lang.String[] names, java.lang.String oid, java.lang.String description, java.lang.String[] attributes, boolean obsolete, java.lang.String syntaxString)
public LDAPMatchingRuleSchema(java.lang.String rawMatchingRule, java.lang.String rawMatchingRuleUse)
Method Detail |
public java.lang.String[] getAttributes()
public java.lang.String getSyntaxString()
|
LDAP Classes Implements Java LDAP |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |