Uses of Interface
org.apache.directory.server.schema.registries.OidRegistry

Packages that use OidRegistry
org.apache.directory.server.core.authz.support  
org.apache.directory.server.core.event   
org.apache.directory.server.core.schema  
org.apache.directory.server.core.subtree   
org.apache.directory.server.schema   
org.apache.directory.server.schema.bootstrap  
org.apache.directory.server.schema.registries   
 

Uses of OidRegistry in org.apache.directory.server.core.authz.support
 

Constructors in org.apache.directory.server.core.authz.support with parameters of type OidRegistry
ACDFEngine(OidRegistry oidRegistry, AttributeTypeRegistry attrTypeRegistry)
          Creates a new instance.
RelatedProtectedItemFilter(RefinementEvaluator refinementEvaluator, Evaluator entryEvaluator, OidRegistry oidRegistry, AttributeTypeRegistry attrRegistry)
           
 

Uses of OidRegistry in org.apache.directory.server.core.event
 

Constructors in org.apache.directory.server.core.event with parameters of type OidRegistry
ExpressionEvaluator(OidRegistry oidRegistry, AttributeTypeRegistry attributeTypeRegistry)
          Creates a top level Evaluator where leaves are delegated to a leaf node evaluator which will be created.
LeafEvaluator(OidRegistry oidRegistry, AttributeTypeRegistry attributeTypeRegistry, SubstringEvaluator substringEvaluator)
          Creates a leaf expression node evaluator.
SubstringEvaluator(OidRegistry oidRegistry, AttributeTypeRegistry attributeTypeRegistry)
          Creates a new SubstringEvaluator for substring expressions.
 

Uses of OidRegistry in org.apache.directory.server.core.schema
 

Methods in org.apache.directory.server.core.schema with parameters of type OidRegistry
static void SchemaChecker.preventRdnChangeOnModifyRemove(org.apache.directory.shared.ldap.name.LdapDN name, org.apache.directory.shared.ldap.entry.ModificationOperation mod, ServerAttribute attribute, OidRegistry oidRegistry)
          Makes sure a modify operation does not delete RDN attributes or their value.
static void SchemaChecker.preventRdnChangeOnModifyRemove(org.apache.directory.shared.ldap.name.LdapDN name, org.apache.directory.shared.ldap.entry.ModificationOperation mod, ServerEntry entry, OidRegistry oidRegistry)
          Makes sure a modify operation does not delete RDN attributes or their value.
static void SchemaChecker.preventRdnChangeOnModifyReplace(org.apache.directory.shared.ldap.name.LdapDN name, org.apache.directory.shared.ldap.entry.ModificationOperation mod, ServerAttribute attribute, OidRegistry oidRegistry)
          Makes sure a modify operation does not replace RDN attributes or their value.
static void SchemaChecker.preventRdnChangeOnModifyReplace(org.apache.directory.shared.ldap.name.LdapDN name, org.apache.directory.shared.ldap.entry.ModificationOperation mod, ServerEntry entry, OidRegistry oidRegistry)
          Makes sure a modify operation does not replace RDN attributes or their value.
 

Uses of OidRegistry in org.apache.directory.server.core.subtree
 

Constructors in org.apache.directory.server.core.subtree with parameters of type OidRegistry
RefinementLeafEvaluator(OidRegistry registry)
          Creates a refinement filter's leaf node evaluator.
SubtreeEvaluator(OidRegistry oidRegistry, AttributeTypeRegistry attrRegistry)
          Creates a subtreeSpecification evaluatior which can be used to determine if an entry is included within the collection of a subtree.
 

Uses of OidRegistry in org.apache.directory.server.schema
 

Constructors in org.apache.directory.server.schema with parameters of type OidRegistry
ConcreteNameComponentNormalizer(AttributeTypeRegistry registry, OidRegistry oidRegistry)
          Creates a DN Name component Normalizer which uses the bootstrap registries to find the appropriate normalizer for the attribute of the name component with which to normalize the name component value.
 

Uses of OidRegistry in org.apache.directory.server.schema.bootstrap
 

Constructors in org.apache.directory.server.schema.bootstrap with parameters of type OidRegistry
NameOrNumericIdComparator(OidRegistry registry)
           
NameOrNumericIdMatch(OidRegistry registry, java.lang.String schema)
           
NameOrNumericIdNormalizer(OidRegistry registry)
           
 

Uses of OidRegistry in org.apache.directory.server.schema.registries
 

Classes in org.apache.directory.server.schema.registries that implement OidRegistry
 class DefaultOidRegistry
          Default OID registry implementation used to resolve a schema object OID to a name and vice-versa.
 

Methods in org.apache.directory.server.schema.registries that return OidRegistry
 OidRegistry Registries.getOidRegistry()
           
 OidRegistry DefaultRegistries.getOidRegistry()
           
 

Constructors in org.apache.directory.server.schema.registries with parameters of type OidRegistry
DefaultAttributeTypeRegistry(OidRegistry oidRegistry)
          Creates an empty DefaultAttributeTypeRegistry.
DefaultDitContentRuleRegistry(OidRegistry oidRegistry)
          Creates an empty DefaultDitContentRuleRegistry.
DefaultDitStructureRuleRegistry(OidRegistry oidRegistry)
          Creates an empty DefaultDitStructureRuleRegistry.
DefaultMatchingRuleRegistry(OidRegistry oidRegistry)
          Creates a DefaultMatchingRuleRegistry using existing MatchingRulees for lookups.
DefaultNameFormRegistry(OidRegistry oidRegistry)
          Creates an empty DefaultNameFormRegistry.
DefaultObjectClassRegistry(OidRegistry oidRegistry)
          Creates an empty DefaultObjectClassRegistry.
DefaultRegistries(java.lang.String name, SchemaLoader schemaLoader, OidRegistry registry)
           
DefaultSyntaxRegistry(OidRegistry registry)
          Creates a DefaultSyntaxRegistry.
 



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