|
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.LDAPDITStructureRuleSchema
Represents the definition of a specific DIT (Directory Information Tree) structure rule in the directory schema.
Constructor Summary | |
LDAPDITStructureRuleSchema(java.lang.String raw)
Constructs a DIT structure rule from the raw string value returned from a schema query for dITStructureRules. |
|
LDAPDITStructureRuleSchema(java.lang.String[] names,
int ruleID,
java.lang.String description,
boolean obsolete,
java.lang.String nameForm,
java.lang.String[] superiorIDs)
Constructs a DIT structure rule for adding to or deleting from the schema. |
Method Summary | |
java.lang.String |
getNameForm()
Returns the NameForm that this structure rule controls. |
int |
getRuleID()
Returns the rule ID for this structure rule. |
java.lang.String[] |
getSuperiors()
Returns a list of all structure rules that are superior to this structure rule. |
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 LDAPDITStructureRuleSchema(java.lang.String[] names, int ruleID, java.lang.String description, boolean obsolete, java.lang.String nameForm, java.lang.String[] superiorIDs)
public LDAPDITStructureRuleSchema(java.lang.String raw)
Method Detail |
public int getRuleID()
public java.lang.String getNameForm()
public java.lang.String[] getSuperiors()
|
LDAP Classes Implements Java LDAP |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |