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.
|
DitStructureRule |
Schema.getDitStructureRule(String nameOrOid)
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.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 © 2010-2018, ForgeRock All Rights Reserved.