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 |
---|---|
MatchingRuleUse |
Schema.getMatchingRuleUse(MatchingRule matchingRule)
Returns the matching rule use associated with the provided matching rule,
or
null if no use is defined. |
MatchingRuleUse |
Schema.getMatchingRuleUse(String nameOrOid)
Returns the matching rule use with the specified name or numeric OID.
|
Modifier and Type | Method and Description |
---|---|
Collection<MatchingRuleUse> |
Schema.getMatchingRuleUses()
Returns an unmodifiable collection containing all of the matching rule
uses contained in this schema.
|
Collection<MatchingRuleUse> |
Schema.getMatchingRuleUsesWithName(String name)
Returns an unmodifiable collection containing all of the matching rule
uses having the specified name or numeric OID.
|
Modifier and Type | Method and Description |
---|---|
MatchingRuleUse.Builder |
SchemaBuilder.buildMatchingRuleUse(MatchingRuleUse matchingRuleUse)
Returns a matching rule use builder whose fields are initialized to the
values of the provided matching rule use object.
|
Modifier and Type | Method and Description |
---|---|
MatchingRuleUse |
Schema.getMatchingRuleUse(MatchingRule matchingRule)
Retrieves the matching rule use definition for the specified matching rule.
|
MatchingRuleUse |
Schema.parseMatchingRuleUse(String definition)
Parses a matching rule use from its provided definition.
|
Modifier and Type | Method and Description |
---|---|
Collection<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.
|
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,
String schemaFile,
boolean overwriteExisting)
Registers the provided matching rule use definition with this schema.
|
Copyright 2010-2017 ForgeRock AS.