Uses of Class
org.apache.directory.api.ldap.model.schema.MatchingRuleUse
-
Packages that use MatchingRuleUse 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.parsers org.apache.directory.api.ldap.model.schema.registries org.apache.directory.api.ldap.model.schema.registries.helper -
-
Uses of MatchingRuleUse in org.apache.directory.api.ldap.model.schema
Methods in org.apache.directory.api.ldap.model.schema that return MatchingRuleUse Modifier and Type Method Description MatchingRuleUseMatchingRuleUse. copy()Copy an MatchingRuleUseMethods in org.apache.directory.api.ldap.model.schema with parameters of type MatchingRuleUse Modifier and Type Method Description EntryAttributesFactory. convert(MatchingRuleUse matchingRuleUse, Schema schema, SchemaManager schemaManager)Converts a MatchingRuleUse into an EntryStringSchemaObjectRenderer. render(MatchingRuleUse mru)NOT FULLY IMPLEMENTED! Renders a MatchingRuleUse as a String -
Uses of MatchingRuleUse in org.apache.directory.api.ldap.model.schema.parsers
Methods in org.apache.directory.api.ldap.model.schema.parsers that return MatchingRuleUse Modifier and Type Method Description MatchingRuleUseMatchingRuleUseDescriptionSchemaParser. parse(String matchingRuleUseDescription)Parses a matching rule use description according to RFC 4512:MatchingRuleUseOpenLdapSchemaParser. parseMatchingRuleUse(String matchingRuleUseDescription)Production for matching MatchingRuleUse descriptions. -
Uses of MatchingRuleUse in org.apache.directory.api.ldap.model.schema.registries
Methods in org.apache.directory.api.ldap.model.schema.registries that return MatchingRuleUse Modifier and Type Method Description MatchingRuleUseImmutableMatchingRuleUseRegistry. get(String oid)Gets the SchemaObject associated with a given OID.MatchingRuleUseImmutableMatchingRuleUseRegistry. lookup(String oid)Looks up a SchemaObject by its unique Object Identifier or by name.MatchingRuleUseImmutableMatchingRuleUseRegistry. unregister(String numericOid)Removes the SchemaObject registered with this registry, using its numeric OID.MatchingRuleUseImmutableMatchingRuleUseRegistry. unregister(MatchingRuleUse schemaObject)Removes the SchemaObject registered with this registry.Methods in org.apache.directory.api.ldap.model.schema.registries that return types with arguments of type MatchingRuleUse Modifier and Type Method Description Iterator<MatchingRuleUse>ImmutableMatchingRuleUseRegistry. iterator()Gets an iterator over the registered schema objects in the registry.Methods in org.apache.directory.api.ldap.model.schema.registries with parameters of type MatchingRuleUse Modifier and Type Method Description voidImmutableMatchingRuleUseRegistry. register(MatchingRuleUse schemaObject)Registers a new SchemaObject with this registry.MatchingRuleUseImmutableMatchingRuleUseRegistry. unregister(MatchingRuleUse schemaObject)Removes the SchemaObject registered with this registry. -
Uses of MatchingRuleUse in org.apache.directory.api.ldap.model.schema.registries.helper
Methods in org.apache.directory.api.ldap.model.schema.registries.helper with parameters of type MatchingRuleUse Modifier and Type Method Description static voidMatchingRuleUseHelper. addToRegistries(MatchingRuleUse matchingRuleUse, SchemaErrorHandler errorHandler, Registries registries)Inject the MatchingRuleUse into the registries, updating the references to other SchemaObject
-