Uses of Class
org.forgerock.opendj.ldap.schema.MatchingRuleUse
Packages that use MatchingRuleUse
Package
Description
Classes and interfaces for constructing and querying LDAP schemas.
-
Uses of MatchingRuleUse in org.forgerock.opendj.ldap.schema
Methods in org.forgerock.opendj.ldap.schema that return MatchingRuleUseModifier 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.Methods in org.forgerock.opendj.ldap.schema that return types with arguments of type MatchingRuleUseModifier and TypeMethodDescriptionSchema.getMatchingRuleUses()
Returns an unmodifiable collection containing all the matching rule uses contained in this schema.Methods in org.forgerock.opendj.ldap.schema with parameters of type MatchingRuleUseModifier 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.