| Package | Description |
|---|---|
| org.forgerock.opendj.ldap.schema |
Classes and interfaces for constructing and querying LDAP schemas.
|
| Modifier and Type | Method and Description |
|---|---|
DITStructureRule |
Schema.getDITStructureRule(int ruleID)
Returns the DIT structure rule with the specified name or numeric OID.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<DITStructureRule> |
Schema.getDITStructureRules(NameForm nameForm)
Returns an unmodifiable collection containing all of the DIT structure
rules associated with the provided name form.
|
Collection<DITStructureRule> |
Schema.getDITStructureRulesWithName(String name)
Returns an unmodifiable collection containing all of the DIT structure
rules having the specified name or numeric OID.
|
Collection<DITStructureRule> |
Schema.getDITStuctureRules()
Returns an unmodifiable collection containing all of the DIT structure
rules contained in this schema.
|
Set<DITStructureRule> |
DITStructureRule.getSuperiorRules()
Returns an unmodifiable set containing the superior rules for this DIT
structure rule.
|
| Modifier and Type | Method and Description |
|---|---|
DITStructureRule.Builder |
SchemaBuilder.buildDITStructureRule(DITStructureRule structureRule)
Returns an DIT structure rule builder whose fields are initialized to the
values of the provided rule.
|
Copyright © 2011-2015 ForgeRock AS. All Rights Reserved.