|
All LDAP Classes Internal LDAP Classes |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ietf.ldap.LDAPAttribute
org.ietf.ldap.LDAPSchemaElement
org.ietf.ldap.LDAPDITContentRuleSchema
public class LDAPDITContentRuleSchema
Represents ia specific DIT (Directory Information Tree) content rule in the directory schema.
Field Summary | |
---|---|
private LDAPDITContentRuleSchema |
schema
|
Fields inherited from class org.ietf.ldap.LDAPSchemaElement |
---|
schemaElement |
Constructor Summary | |
---|---|
LDAPDITContentRuleSchema(LDAPDITContentRuleSchema schema)
Constructs LDAPAttributeSchema from com.novell.ldap.LDAPAttributeSchema |
|
LDAPDITContentRuleSchema(java.lang.String raw)
Constructs a DIT content rule from the raw string value returned from a schema query for DITContentRules. |
|
LDAPDITContentRuleSchema(java.lang.String[] names,
java.lang.String oid,
java.lang.String description,
boolean obsolete,
java.lang.String[] auxiliary,
java.lang.String[] required,
java.lang.String[] optional,
java.lang.String[] precluded)
Constructs a DIT content rule for adding to or deleting from the schema. |
Method Summary | |
---|---|
java.lang.String[] |
getAuxiliaryClasses()
Returns the list of allowed auxiliary classes. |
java.lang.String[] |
getOptionalAttributes()
Returns the list of additional optional attributes for an entry controlled by this content rule. |
java.lang.String[] |
getPrecludedAttributes()
Returns the list of precluded attributes for an entry controlled by this content rule. |
java.lang.String[] |
getRequiredAttributes()
Returns the list of additional required attributes for an entry controlled by this content 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, getWrappedObject, hasSubtype, hasSubtypes, removeValue, removeValue, size |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private LDAPDITContentRuleSchema schema
Constructor Detail |
---|
LDAPDITContentRuleSchema(LDAPDITContentRuleSchema schema)
public LDAPDITContentRuleSchema(java.lang.String[] names, java.lang.String oid, java.lang.String description, boolean obsolete, java.lang.String[] auxiliary, java.lang.String[] required, java.lang.String[] optional, java.lang.String[] precluded)
public LDAPDITContentRuleSchema(java.lang.String raw)
Method Detail |
---|
public java.lang.String[] getAuxiliaryClasses()
public java.lang.String[] getRequiredAttributes()
public java.lang.String[] getOptionalAttributes()
public java.lang.String[] getPrecludedAttributes()
|
All LDAP Classes Internal LDAP Classes |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |