Class DefaultMatchingRuleUseRegistry
- java.lang.Object
-
- org.apache.directory.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry<MatchingRuleUse>
-
- org.apache.directory.api.ldap.model.schema.registries.DefaultMatchingRuleUseRegistry
-
- All Implemented Interfaces:
Iterable<MatchingRuleUse>,MatchingRuleUseRegistry,SchemaObjectRegistry<MatchingRuleUse>
public class DefaultMatchingRuleUseRegistry extends DefaultSchemaObjectRegistry<MatchingRuleUse> implements MatchingRuleUseRegistry
A MatchingRuleUse registry service default implementation. MatchingRuleUse objects are special in that they do not have unique OID's specifically assigned to them. Their OID is really the OID of the MatchingRule they refer to.- Author:
- Apache Directory Project
-
-
Field Summary
-
Fields inherited from class org.apache.directory.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry
byName, oidRegistry, schemaObjectType
-
-
Constructor Summary
Constructors Constructor Description DefaultMatchingRuleUseRegistry()Creates a new default MatchingRuleUseRegistry instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DefaultMatchingRuleUseRegistrycopy()Copy the MatchingRuleUseRegistry-
Methods inherited from class org.apache.directory.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry
clear, contains, copy, get, getErrorHandler, getOidByName, getSchemaName, getType, isRelaxed, isStrict, iterator, lookup, oidsIterator, register, renameSchema, setErrorHandler, setRelaxed, setStrict, size, toString, unregister, unregister, unregisterSchemaElements
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Methods inherited from interface org.apache.directory.api.ldap.model.schema.registries.SchemaObjectRegistry
clear, contains, get, getOidByName, getSchemaName, getType, iterator, lookup, oidsIterator, register, renameSchema, size, unregister, unregister, unregisterSchemaElements
-
-
-
-
Method Detail
-
copy
public DefaultMatchingRuleUseRegistry copy()
Copy the MatchingRuleUseRegistry- Specified by:
copyin interfaceMatchingRuleUseRegistry- Specified by:
copyin interfaceSchemaObjectRegistry<MatchingRuleUse>- Returns:
- The copied registry
-
-