Package | Description |
---|---|
org.forgerock.opendj.ldap.schema |
Classes and interfaces for constructing and querying LDAP schemas.
|
org.opends.server.types |
Contains implementations for a number of Directory Server data
types.
|
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.
|
Modifier and Type | Method and Description |
---|---|
DITStructureRule |
Schema.getDITStructureRule(int ruleID)
Retrieves the DIT structure rule definition with the provided rule ID.
|
DITStructureRule |
Schema.parseDITStructureRule(String definition)
Parses a DIT structure rule from its provided definition.
|
Modifier and Type | Method and Description |
---|---|
Collection<DITStructureRule> |
Schema.getDITStructureRules()
Retrieves the DIT structure rule definitions for this schema.
|
Collection<DITStructureRule> |
Schema.getDITStructureRules(NameForm nameForm)
Retrieves the DIT structure rule definitions for the provided name form.
|
Modifier and Type | Method and Description |
---|---|
void |
Schema.deregisterDITStructureRule(DITStructureRule ditStructureRule)
Deregisters the provided DIT structure rule definition with this schema.
|
void |
Schema.registerDITStructureRule(DITStructureRule ditStructureRule,
String schemaFile,
boolean overwriteExisting)
Registers the provided DIT structure rule definition with this schema.
|
Copyright 2010-2017 ForgeRock AS.