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 nameOrOid)
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.
|
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 © 2010-2018, ForgeRock All Rights Reserved.