|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OidRegistry | |
---|---|
org.apache.ldap.server.authz.support | ACDF (Access Control Decision Function) and its support classes. |
org.apache.ldap.server.event | |
org.apache.ldap.server.partition.impl.btree | |
org.apache.ldap.server.schema | |
org.apache.ldap.server.schema.bootstrap | |
org.apache.ldap.server.subtree |
Uses of OidRegistry in org.apache.ldap.server.authz.support |
---|
Constructors in org.apache.ldap.server.authz.support with parameters of type OidRegistry | |
---|---|
ACDFEngine(OidRegistry oidRegistry,
AttributeTypeRegistry attrTypeRegistry)
Creates a new instance. |
Uses of OidRegistry in org.apache.ldap.server.event |
---|
Constructors in org.apache.ldap.server.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.ldap.server.partition.impl.btree |
---|
Constructors in org.apache.ldap.server.partition.impl.btree with parameters of type OidRegistry | |
---|---|
ExpressionEvaluator(BTreeDirectoryPartition db,
OidRegistry oidRegistry,
AttributeTypeRegistry attributeTypeRegistry)
Creates a top level Evaluator where leaves are delegated to a leaf node evaluator which will be created. |
|
LeafEvaluator(BTreeDirectoryPartition db,
OidRegistry oidRegistry,
AttributeTypeRegistry attributeTypeRegistry,
ScopeEvaluator scopeEvaluator,
SubstringEvaluator substringEvaluator)
Creates a leaf expression node evaluator. |
|
SubstringEvaluator(BTreeDirectoryPartition db,
OidRegistry oidRegistry,
AttributeTypeRegistry attributeTypeRegistry)
Creates a new SubstringEvaluator for substring expressions. |
Uses of OidRegistry in org.apache.ldap.server.schema |
---|
Classes in org.apache.ldap.server.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.ldap.server.schema that return OidRegistry | |
---|---|
OidRegistry |
Registries.getOidRegistry()
|
OidRegistry |
GlobalRegistries.getOidRegistry()
|
Constructors in org.apache.ldap.server.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. |
|
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.ldap.server.schema.bootstrap |
---|
Classes in org.apache.ldap.server.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.ldap.server.schema.bootstrap that return OidRegistry | |
---|---|
OidRegistry |
BootstrapRegistries.getOidRegistry()
|
Constructors in org.apache.ldap.server.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.ldap.server.subtree |
---|
Constructors in org.apache.ldap.server.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |