|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
LeafEvaluator(OidRegistry oidRegistry,
AttributeTypeRegistry attributeTypeRegistry,
SubstringEvaluator substringEvaluator)
Creates a leaf expression node evaluator. |
|
ExpressionEvaluator(OidRegistry oidRegistry,
AttributeTypeRegistry attributeTypeRegistry)
Creates a top level Evaluator where leaves are delegated to a leaf node evaluator which will be created. |
|
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(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 | |
LeafEvaluator(BTreePartition db,
OidRegistry oidRegistry,
AttributeTypeRegistry attributeTypeRegistry,
ScopeEvaluator scopeEvaluator,
SubstringEvaluator substringEvaluator)
Creates a leaf expression node evaluator. |
|
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. |
|
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 |
GlobalRegistries.getOidRegistry()
|
OidRegistry |
Registries.getOidRegistry()
|
Methods in org.apache.directory.server.core.schema with parameters of type OidRegistry | |
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.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. |
Constructors in org.apache.directory.server.core.schema with parameters of type OidRegistry | |
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. |
|
GlobalSyntaxRegistry(BootstrapSyntaxRegistry bootstrap,
OidRegistry oidRegistry)
Creates an empty BootstrapSyntaxRegistry. |
|
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. |
|
GlobalMatchingRuleRegistry(BootstrapMatchingRuleRegistry bootstrap,
OidRegistry oidRegistry)
Creates an empty BootstrapMatchingRuleRegistry. |
|
GlobalObjectClassRegistry(BootstrapObjectClassRegistry bootstrap,
OidRegistry oidRegistry)
Creates an empty BootstrapObjectClassRegistry. |
|
GlobalMatchingRuleUseRegistry(BootstrapMatchingRuleUseRegistry bootstrap,
OidRegistry oidRegistry)
Creates an empty BootstrapMatchingRuleUseRegistry. |
|
GlobalDitStructureRuleRegistry(BootstrapDitStructureRuleRegistry bootstrap,
OidRegistry oidRegistry)
Creates an empty BootstrapDitStructureRuleRegistry. |
|
GlobalDitContentRuleRegistry(BootstrapDitContentRuleRegistry bootstrap,
OidRegistry oidRegistry)
Creates an empty BootstrapDitContentRuleRegistry. |
|
GlobalNameFormRegistry(BootstrapNameFormRegistry bootstrap,
OidRegistry oidRegistry)
Creates an empty BootstrapNameFormRegistry. |
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. |
|
BootstrapMatchingRuleRegistry(OidRegistry oidRegistry)
Creates a BootstrapMatchingRuleRegistry using existing MatchingRulees for lookups. |
|
BootstrapDitContentRuleRegistry(OidRegistry oidRegistry)
Creates an empty BootstrapDitContentRuleRegistry. |
|
BootstrapObjectClassRegistry(OidRegistry oidRegistry)
Creates an empty BootstrapObjectClassRegistry. |
|
BootstrapDitStructureRuleRegistry(OidRegistry oidRegistry)
Creates an empty BootstrapDitStructureRuleRegistry. |
|
BootstrapObjectFactoryRegistry(OidRegistry oidRegistry)
Creates an ObjectFactoryRegistry that looks up an object factory to use. |
|
BootstrapSyntaxRegistry(OidRegistry registry)
Creates a BootstrapSyntaxRegistry. |
|
BootstrapNameFormRegistry(OidRegistry oidRegistry)
Creates an empty BootstrapNameFormRegistry. |
Uses of OidRegistry in org.apache.directory.server.core.subtree |
Constructors in org.apache.directory.server.core.subtree with parameters of type OidRegistry | |
SubtreeEvaluator(OidRegistry registry)
Creates a subtreeSpecification evaluatior which can be used to determine if an entry is included within the collection of a subtree. |
|
RefinementLeafEvaluator(OidRegistry registry)
Creates a refinement filter's leaf node evaluator. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |