Package | Description |
---|---|
org.forgerock.opendj.ldap.schema |
Classes and interfaces for constructing and querying LDAP schemas.
|
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.
|
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.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.