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 |
---|---|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
DITContentRule |
Schema.getDITContentRule(ObjectClass objectClass)
Retrieves the DIT content rule definition for the specified objectclass.
|
DITContentRule |
Schema.parseDITContentRule(String definition)
Parses a a DIT content rule from its provided definition.
|
Modifier and Type | Method and Description |
---|---|
Collection<DITContentRule> |
Schema.getDITContentRules()
Retrieves the DIT content rule definitions for this schema.
|
Modifier and Type | Method and Description |
---|---|
void |
Schema.deregisterDITContentRule(DITContentRule ditContentRule)
Deregisters the provided DIT content rule definition with this
schema.
|
void |
Schema.registerDITContentRule(DITContentRule ditContentRule,
String schemaFile,
boolean overwriteExisting)
Registers the provided DIT content rule definition with this schema.
|
Copyright 2010-2017 ForgeRock AS.