Uses of Interface
org.apache.directory.api.ldap.model.schema.registries.MatchingRuleRegistry
-
Packages that use MatchingRuleRegistry Package Description org.apache.directory.api.ldap.model.schema Contains interfaces and base classes for representing the LDAP schema domain model.org.apache.directory.api.ldap.model.schema.registries org.apache.directory.api.ldap.schema.manager.impl -
-
Uses of MatchingRuleRegistry in org.apache.directory.api.ldap.model.schema
Methods in org.apache.directory.api.ldap.model.schema that return MatchingRuleRegistry Modifier and Type Method Description MatchingRuleRegistrySchemaManager. getMatchingRuleRegistry()Get an immutable reference on the MatchingRule registry -
Uses of MatchingRuleRegistry in org.apache.directory.api.ldap.model.schema.registries
Classes in org.apache.directory.api.ldap.model.schema.registries that implement MatchingRuleRegistry Modifier and Type Class Description classDefaultMatchingRuleRegistryA MatchingRule registry's service default implementation.classImmutableMatchingRuleRegistryAn immutable wrapper of the MatchingRule registry.Fields in org.apache.directory.api.ldap.model.schema.registries declared as MatchingRuleRegistry Modifier and Type Field Description (package private) MatchingRuleRegistryImmutableMatchingRuleRegistry. immutableMatchingRuleRegistryThe wrapped MatchingRule registryMethods in org.apache.directory.api.ldap.model.schema.registries that return MatchingRuleRegistry Modifier and Type Method Description MatchingRuleRegistryMatchingRuleRegistry. copy()Copy the MatchingRuleRegistryMatchingRuleRegistryRegistries. getMatchingRuleRegistry()Constructors in org.apache.directory.api.ldap.model.schema.registries with parameters of type MatchingRuleRegistry Constructor Description ImmutableMatchingRuleRegistry(MatchingRuleRegistry matchingRuleRegistry)Creates a new instance of ImmutableMatchingRuleRegistry. -
Uses of MatchingRuleRegistry in org.apache.directory.api.ldap.schema.manager.impl
Methods in org.apache.directory.api.ldap.schema.manager.impl that return MatchingRuleRegistry Modifier and Type Method Description MatchingRuleRegistryDefaultSchemaManager. getMatchingRuleRegistry()Get an immutable reference on the MatchingRule registry
-