| Package | Description |
|---|---|
| org.forgerock.opendj.ldap.schema |
Classes and interfaces for constructing and querying LDAP schemas.
|
| Modifier and Type | Method and Description |
|---|---|
DITContentRule |
Schema.getDITContentRule(ObjectClass structuralClass)
Returns the DIT content rule associated with the provided structural
object class, or
null if no rule is defined. |
DITContentRule |
Schema.getDITContentRule(String name)
Returns the DIT content rule with the specified name or numeric OID.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<DITContentRule> |
Schema.getDITContentRules()
Returns an unmodifiable collection containing all of the DIT content
rules contained in this schema.
|
Collection<DITContentRule> |
Schema.getDITContentRulesWithName(String name)
Returns an unmodifiable collection containing all of the DIT content
rules having the specified name or numeric OID.
|
| Modifier and Type | Method and Description |
|---|---|
DITContentRule.Builder |
SchemaBuilder.buildDITContentRule(DITContentRule contentRule)
Returns a DIT content rule builder whose fields are initialized to the
values of the provided DIT content rule.
|
Copyright © 2011-2015 ForgeRock AS. All Rights Reserved.