Uses of Class
org.apache.directory.shared.ldap.schema.MatchingRuleUse

Packages that use MatchingRuleUse
org.apache.directory.shared.ldap.schema Contains interfaces and base classes for representing the LDAP schema domain model. 
org.apache.directory.shared.ldap.schema.parsers   
org.apache.directory.shared.ldap.schema.registries   
 

Uses of MatchingRuleUse in org.apache.directory.shared.ldap.schema
 

Methods in org.apache.directory.shared.ldap.schema that return MatchingRuleUse
 MatchingRuleUse MatchingRuleUse.copy()
          Copy an MatchingRuleUse
 

Methods in org.apache.directory.shared.ldap.schema with parameters of type MatchingRuleUse
static java.lang.String DescriptionUtils.getDescription(MatchingRuleUse matchingRuleUse)
          Generates the MatchingRuleUseDescription for a MatchingRuleUse as defined by the syntax: 1.3.6.1.4.1.1466.115.121.1.31.
static java.lang.StringBuffer SchemaUtils.render(MatchingRuleUse mru)
          NOT FULLY IMPLEMENTED!
 

Uses of MatchingRuleUse in org.apache.directory.shared.ldap.schema.parsers
 

Methods in org.apache.directory.shared.ldap.schema.parsers that return MatchingRuleUse
 MatchingRuleUse MatchingRuleUseDescriptionSchemaParser.parse(java.lang.String schemaDescription)
          Parses a MatchingRuleUse description
 MatchingRuleUse MatchingRuleUseDescriptionSchemaParser.parseMatchingRuleUseDescription(java.lang.String matchingRuleUseDescription)
          Parses a matching rule use description according to RFC 4512:
 

Uses of MatchingRuleUse in org.apache.directory.shared.ldap.schema.registries
 

Methods in org.apache.directory.shared.ldap.schema.registries that return MatchingRuleUse
 MatchingRuleUse ImmutableMatchingRuleUseRegistry.lookup(java.lang.String oid)
          Looks up a SchemaObject by its unique Object Identifier or by name.
 MatchingRuleUse ImmutableMatchingRuleUseRegistry.unregister(MatchingRuleUse schemaObject)
          Removes the SchemaObject registered with this registry.
 MatchingRuleUse ImmutableMatchingRuleUseRegistry.unregister(java.lang.String numericOid)
          Removes the SchemaObject registered with this registry, using its numeric OID.
 

Methods in org.apache.directory.shared.ldap.schema.registries that return types with arguments of type MatchingRuleUse
 java.util.Iterator<MatchingRuleUse> ImmutableMatchingRuleUseRegistry.iterator()
          Gets an iterator over the registered schema objects in the registry.
 

Methods in org.apache.directory.shared.ldap.schema.registries with parameters of type MatchingRuleUse
 void ImmutableMatchingRuleUseRegistry.register(MatchingRuleUse schemaObject)
          Registers a new SchemaObject with this registry.
 MatchingRuleUse ImmutableMatchingRuleUseRegistry.unregister(MatchingRuleUse schemaObject)
          Removes the SchemaObject registered with this registry.
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.