|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OidRegistry | |
org.apache.ldap.server.db | |
org.apache.ldap.server.schema | |
org.apache.ldap.server.schema.bootstrap |
Uses of OidRegistry in org.apache.ldap.server.db |
Constructors in org.apache.ldap.server.db with parameters of type OidRegistry | |
SubstringEvaluator(Database db,
OidRegistry oidRegistry,
AttributeTypeRegistry attributeTypeRegistry)
Creates a new SubstringEvaluator for substring expressions. |
|
LeafEvaluator(Database db,
OidRegistry oidRegistry,
AttributeTypeRegistry attributeTypeRegistry,
ScopeEvaluator scopeEvaluator,
SubstringEvaluator substringEvaluator)
Creates a leaf expression node evaluator. |
|
ExpressionEvaluator(Database db,
OidRegistry oidRegistry,
AttributeTypeRegistry attributeTypeRegistry)
Creates a top level Evaluator where leaves are delegated to a leaf node evaluator which will be created. |
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 | |
GlobalSyntaxRegistry(SystemPartition systemPartition,
BootstrapSyntaxRegistry bootstrap,
OidRegistry oidRegistry)
Creates an empty BootstrapSyntaxRegistry. |
|
GlobalObjectClassRegistry(SystemPartition systemPartition,
BootstrapObjectClassRegistry bootstrap,
OidRegistry oidRegistry)
Creates an empty BootstrapObjectClassRegistry. |
|
GlobalNameFormRegistry(SystemPartition systemPartition,
BootstrapNameFormRegistry bootstrap,
OidRegistry oidRegistry)
Creates an empty BootstrapNameFormRegistry. |
|
GlobalMatchingRuleUseRegistry(SystemPartition systemPartition,
BootstrapMatchingRuleUseRegistry bootstrap,
OidRegistry oidRegistry)
Creates an empty BootstrapMatchingRuleUseRegistry. |
|
GlobalMatchingRuleRegistry(SystemPartition systemPartition,
BootstrapMatchingRuleRegistry bootstrap,
OidRegistry oidRegistry)
Creates an empty BootstrapMatchingRuleRegistry. |
|
GlobalDitStructureRuleRegistry(SystemPartition systemPartition,
BootstrapDitStructureRuleRegistry bootstrap,
OidRegistry oidRegistry)
Creates an empty BootstrapDitStructureRuleRegistry. |
|
GlobalDitContentRuleRegistry(SystemPartition systemPartition,
BootstrapDitContentRuleRegistry bootstrap,
OidRegistry oidRegistry)
Creates an empty BootstrapDitContentRuleRegistry. |
|
GlobalAttributeTypeRegistry(SystemPartition systemPartition,
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. |
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 | |
BootstrapObjectFactoryRegistry(OidRegistry oidRegistry)
Creates an ObjectFactoryRegistry that looks up an object factory to use. |
|
BootstrapSyntaxRegistry(OidRegistry registry)
Creates a BootstrapSyntaxRegistry. |
|
BootstrapObjectClassRegistry(OidRegistry oidRegistry)
Creates an empty BootstrapObjectClassRegistry. |
|
BootstrapNameFormRegistry(OidRegistry oidRegistry)
Creates an empty BootstrapNameFormRegistry. |
|
BootstrapMatchingRuleRegistry(OidRegistry oidRegistry)
Creates a BootstrapMatchingRuleRegistry using existing MatchingRulees for lookups. |
|
BootstrapDitStructureRuleRegistry(OidRegistry oidRegistry)
Creates an empty BootstrapDitStructureRuleRegistry. |
|
BootstrapDitContentRuleRegistry(OidRegistry oidRegistry)
Creates an empty BootstrapDitContentRuleRegistry. |
|
BootstrapAttributeTypeRegistry(OidRegistry oidRegistry)
Creates an empty BootstrapAttributeTypeRegistry. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |