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 MatchingRuleUse |
DirectoryServer.getMatchingRuleUse(org.forgerock.opendj.ldap.schema.MatchingRule matchingRule)
Retrieves the matching rule use associated with the provided matching rule.
|
Modifier and Type | Method and Description |
---|---|
static ConcurrentMap<org.forgerock.opendj.ldap.schema.MatchingRule,MatchingRuleUse> |
DirectoryServer.getMatchingRuleUses()
Retrieves the set of matching rule uses defined in the Directory Server.
|
Modifier and Type | Method and Description |
---|---|
static void |
DirectoryServer.deregisterMatchingRuleUse(MatchingRuleUse matchingRuleUse)
Deregisters the provided matching rule use with the Directory Server.
|
static void |
DirectoryServer.registerMatchingRuleUse(MatchingRuleUse matchingRuleUse,
boolean overwriteExisting)
Registers the provided matching rule use with the Directory Server.
|
Modifier and Type | Method and Description |
---|---|
static MatchingRuleUse |
MatchingRuleUseSyntax.decodeMatchingRuleUse(org.forgerock.opendj.ldap.ByteSequence value,
Schema schema,
boolean allowUnknownElements)
Decodes the contents of the provided ASN.1 octet string as a matching rule
use definition according to the rules of this syntax.
|
Modifier and Type | Method and Description |
---|---|
MatchingRuleUse |
Schema.getMatchingRuleUse(org.forgerock.opendj.ldap.schema.MatchingRule matchingRule)
Retrieves the matching rule use definition for the specified
matching rule.
|
static MatchingRuleUse |
DirectoryConfig.getMatchingRuleUse(org.forgerock.opendj.ldap.schema.MatchingRule matchingRule)
Retrieves the matching rule use associated with the provided
matching rule.
|
Modifier and Type | Method and Description |
---|---|
ConcurrentHashMap<org.forgerock.opendj.ldap.schema.MatchingRule,MatchingRuleUse> |
Schema.getMatchingRuleUses()
Retrieves the matching rule use definitions for this schema, as a
mapping between the matching rule for the matching rule use
definition and the matching rule use itself.
|
static Map<org.forgerock.opendj.ldap.schema.MatchingRule,MatchingRuleUse> |
DirectoryConfig.getMatchingRuleUses()
Retrieves the set of matching rule uses defined in the Directory
Server.
|
Modifier and Type | Method and Description |
---|---|
void |
Schema.deregisterMatchingRuleUse(MatchingRuleUse matchingRuleUse)
Deregisters the provided matching rule use definition with this
schema.
|
void |
Schema.registerMatchingRuleUse(MatchingRuleUse matchingRuleUse,
boolean overwriteExisting)
Registers the provided matching rule use definition with this
schema.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.