Uses of Class
org.forgerock.opendj.ldap.schema.MatchingRuleUse
-
Packages that use MatchingRuleUse Package Description org.forgerock.opendj.ldap.schema 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 MatchingRuleUse Modifier and Type Method Description MatchingRuleUse
Schema. getMatchingRuleUse(String nameOrOid)
Returns the matching rule use with the specified name or numeric OID.MatchingRuleUse
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 MatchingRuleUse Modifier and Type Method Description Collection<MatchingRuleUse>
Schema. getMatchingRuleUses()
Returns an unmodifiable collection containing all of the matching rule uses contained in this schema.Methods in org.forgerock.opendj.ldap.schema with parameters of type MatchingRuleUse Modifier and Type Method 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.
-