Uses of Interface
org.apache.directory.api.ldap.model.schema.registries.MatchingRuleUseRegistry
-
Packages that use MatchingRuleUseRegistry 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 MatchingRuleUseRegistry in org.apache.directory.api.ldap.model.schema
Methods in org.apache.directory.api.ldap.model.schema that return MatchingRuleUseRegistry Modifier and Type Method Description MatchingRuleUseRegistrySchemaManager. getMatchingRuleUseRegistry()Get an immutable reference on the MatchingRuleUse registry -
Uses of MatchingRuleUseRegistry in org.apache.directory.api.ldap.model.schema.registries
Classes in org.apache.directory.api.ldap.model.schema.registries that implement MatchingRuleUseRegistry Modifier and Type Class Description classDefaultMatchingRuleUseRegistryA MatchingRuleUse registry service default implementation.classImmutableMatchingRuleUseRegistryAn immutable wrapper of the MatchingRuleUse registry.Fields in org.apache.directory.api.ldap.model.schema.registries declared as MatchingRuleUseRegistry Modifier and Type Field Description (package private) MatchingRuleUseRegistryImmutableMatchingRuleUseRegistry. immutableMatchingRuleUseRegistryThe wrapped MatchingRuleUse registryMethods in org.apache.directory.api.ldap.model.schema.registries that return MatchingRuleUseRegistry Modifier and Type Method Description MatchingRuleUseRegistryMatchingRuleUseRegistry. copy()Copy the MatchingRuleUseRegistryMatchingRuleUseRegistryRegistries. getMatchingRuleUseRegistry()Constructors in org.apache.directory.api.ldap.model.schema.registries with parameters of type MatchingRuleUseRegistry Constructor Description ImmutableMatchingRuleUseRegistry(MatchingRuleUseRegistry matchingRuleUseRegistry)Creates a new instance of ImmutableMatchingRuleUseRegistry. -
Uses of MatchingRuleUseRegistry in org.apache.directory.api.ldap.schema.manager.impl
Methods in org.apache.directory.api.ldap.schema.manager.impl that return MatchingRuleUseRegistry Modifier and Type Method Description MatchingRuleUseRegistryDefaultSchemaManager. getMatchingRuleUseRegistry()Get an immutable reference on the MatchingRuleUse registry
-