Uses of Class
org.forgerock.opendj.ldap.schema.MatchingRuleUse
Package
Description
Classes and interfaces for constructing and querying LDAP schemas.
-
Uses of MatchingRuleUse in org.forgerock.opendj.ldap.schema
Modifier and TypeMethodDescriptionSchema.getMatchingRuleUse
(String nameOrOid) Returns the matching rule use with the specified name or numeric OID.Schema.getMatchingRuleUse
(MatchingRule matchingRule) Returns the matching rule use associated with the provided matching rule, ornull
if no use is defined.Modifier and TypeMethodDescriptionSchema.getMatchingRuleUses()
Returns an unmodifiable collection containing all the matching rule uses contained in this schema.Modifier and TypeMethodDescriptionSchemaBuilder.buildMatchingRuleUse
(MatchingRuleUse matchingRuleUse) Returns a matching rule use builder whose fields are initialized to the values of the provided matching rule use object.