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

Packages that use OidRegistry
org.apache.directory.server.core.authz.support ACDF (Access Control Decision Function) and its support classes. 
org.apache.directory.server.core.event   
org.apache.directory.server.core.normalization   
org.apache.directory.server.core.partition.impl.btree   
org.apache.directory.server.core.schema Contains interfaces for schema object registry services and simple POJO implementations of these services. 
org.apache.directory.server.core.schema.bootstrap Contains interfaces and classes used for bootstrap schema object loading and configuration. 
org.apache.directory.server.core.subtree   
 

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.normalization
 

Constructors in org.apache.directory.server.core.normalization with parameters of type OidRegistry
NormalizingVisitor(org.apache.directory.shared.ldap.name.NameComponentNormalizer ncn, OidRegistry registry)
           
 

Uses of OidRegistry in org.apache.directory.server.core.partition.impl.btree
 

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

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

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

Methods in org.apache.directory.server.core.schema that return OidRegistry
 OidRegistry Registries.getOidRegistry()
           
 OidRegistry GlobalRegistries.getOidRegistry()
           
 

Methods in org.apache.directory.server.core.schema with parameters of type OidRegistry
static void SchemaChecker.preventRdnChangeOnModifyRemove(javax.naming.Name name, int mod, javax.naming.directory.Attribute attribute, OidRegistry oidRegistry)
          Makes sure a modify operation does not delete RDN attributes or their value.
static void SchemaChecker.preventRdnChangeOnModifyRemove(javax.naming.Name name, int mod, javax.naming.directory.Attributes attributes, OidRegistry oidRegistry)
          Makes sure a modify operation does not delete RDN attributes or their value.
static void SchemaChecker.preventRdnChangeOnModifyReplace(javax.naming.Name name, int mod, javax.naming.directory.Attribute attribute, OidRegistry oidRegistry)
          Makes sure a modify operation does not replace RDN attributes or their value.
static void SchemaChecker.preventRdnChangeOnModifyReplace(javax.naming.Name name, int mod, javax.naming.directory.Attributes attributes, OidRegistry oidRegistry)
          Makes sure a modify operation does not replace RDN attributes or their value.
 

Constructors in org.apache.directory.server.core.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.
GlobalAttributeTypeRegistry(BootstrapAttributeTypeRegistry bootstrap, OidRegistry oidRegistry)
          Creates a GlobalAttributeTypeRegistry which accesses data stored within the system partition and within the bootstrapping registry to service AttributeType lookup requests.
GlobalDitContentRuleRegistry(BootstrapDitContentRuleRegistry bootstrap, OidRegistry oidRegistry)
          Creates an empty BootstrapDitContentRuleRegistry.
GlobalDitStructureRuleRegistry(BootstrapDitStructureRuleRegistry bootstrap, OidRegistry oidRegistry)
          Creates an empty BootstrapDitStructureRuleRegistry.
GlobalMatchingRuleRegistry(BootstrapMatchingRuleRegistry bootstrap, OidRegistry oidRegistry)
          Creates an empty BootstrapMatchingRuleRegistry.
GlobalMatchingRuleUseRegistry(BootstrapMatchingRuleUseRegistry bootstrap, OidRegistry oidRegistry)
          Creates an empty BootstrapMatchingRuleUseRegistry.
GlobalNameFormRegistry(BootstrapNameFormRegistry bootstrap, OidRegistry oidRegistry)
          Creates an empty BootstrapNameFormRegistry.
GlobalObjectClassRegistry(BootstrapObjectClassRegistry bootstrap, OidRegistry oidRegistry)
          Creates an empty BootstrapObjectClassRegistry.
GlobalSyntaxRegistry(BootstrapSyntaxRegistry bootstrap, OidRegistry oidRegistry)
          Creates an empty BootstrapSyntaxRegistry.
 

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

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

Methods in org.apache.directory.server.core.schema.bootstrap that return OidRegistry
 OidRegistry BootstrapRegistries.getOidRegistry()
           
 

Constructors in org.apache.directory.server.core.schema.bootstrap with parameters of type OidRegistry
BootstrapAttributeTypeRegistry(OidRegistry oidRegistry)
          Creates an empty BootstrapAttributeTypeRegistry.
BootstrapDitContentRuleRegistry(OidRegistry oidRegistry)
          Creates an empty BootstrapDitContentRuleRegistry.
BootstrapDitStructureRuleRegistry(OidRegistry oidRegistry)
          Creates an empty BootstrapDitStructureRuleRegistry.
BootstrapMatchingRuleRegistry(OidRegistry oidRegistry)
          Creates a BootstrapMatchingRuleRegistry using existing MatchingRulees for lookups.
BootstrapNameFormRegistry(OidRegistry oidRegistry)
          Creates an empty BootstrapNameFormRegistry.
BootstrapObjectClassRegistry(OidRegistry oidRegistry)
          Creates an empty BootstrapObjectClassRegistry.
BootstrapObjectFactoryRegistry(OidRegistry oidRegistry)
          Creates an ObjectFactoryRegistry that looks up an object factory to use.
BootstrapSyntaxRegistry(OidRegistry registry)
          Creates a BootstrapSyntaxRegistry.
 

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 registry)
          Creates a subtreeSpecification evaluatior which can be used to determine if an entry is included within the collection of a subtree.
 



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