Package | Description |
---|---|
org.opends.server.core |
Contains various classes that comprise the core of the Directory Server
codebase.
|
org.opends.server.schema |
Contains implementations of various Directory Server schema elements.
|
org.opends.server.types |
Contains implementations for a number of Directory Server data
types.
|
Modifier and Type | Method and Description |
---|---|
static DITContentRule |
DirectoryServer.getDITContentRule(ObjectClass objectClass)
Retrieves the DIT content rule associated with the specified objectclass.
|
Modifier and Type | Method and Description |
---|---|
static ConcurrentMap<ObjectClass,DITContentRule> |
DirectoryServer.getDITContentRules()
Retrieves the set of DIT content rules defined in the Directory Server.
|
Modifier and Type | Method and Description |
---|---|
static void |
DirectoryServer.deregisterDITContentRule(DITContentRule ditContentRule)
Deregisters the provided DIT content rule with the Directory Server.
|
static void |
DirectoryServer.registerDITContentRule(DITContentRule ditContentRule,
boolean overwriteExisting)
Registers the provided DIT content rule with the Directory Server.
|
Modifier and Type | Method and Description |
---|---|
static DITContentRule |
DITContentRuleSyntax.decodeDITContentRule(org.forgerock.opendj.ldap.ByteSequence value,
Schema schema,
boolean allowUnknownElements)
Decodes the contents of the provided ASN.1 octet string as a DIT content
rule definition according to the rules of this syntax.
|
Modifier and Type | Method and Description |
---|---|
DITContentRule |
Schema.getDITContentRule(ObjectClass objectClass)
Retrieves the DIT content rule definition for the specified
objectclass.
|
static DITContentRule |
DirectoryConfig.getDITContentRule(ObjectClass objectClass)
Retrieves the DIT content rule associated with the specified
objectclass.
|
Modifier and Type | Method and Description |
---|---|
ConcurrentHashMap<ObjectClass,DITContentRule> |
Schema.getDITContentRules()
Retrieves the DIT content rule definitions for this schema, as a
mapping between the objectclass for the rule and the DIT content
rule itself.
|
static Map<ObjectClass,DITContentRule> |
DirectoryConfig.getDITContentRules()
Retrieves the set of DIT content rules defined in the Directory
Server.
|
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,
boolean overwriteExisting)
Registers the provided DIT content rule definition with this
schema.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.