|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeTypeRegistry | |
---|---|
org.apache.directory.server.core.authz.support | ACDF (Access Control Decision Function) and its support classes. |
org.apache.directory.server.core.enumeration | |
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. |
Uses of AttributeTypeRegistry in org.apache.directory.server.core.authz.support |
---|
Constructors in org.apache.directory.server.core.authz.support with parameters of type AttributeTypeRegistry | |
---|---|
ACDFEngine(OidRegistry oidRegistry,
AttributeTypeRegistry attrTypeRegistry)
Creates a new instance. |
|
RelatedProtectedItemFilter(RefinementEvaluator refinementEvaluator,
Evaluator entryEvaluator,
OidRegistry oidRegistry,
AttributeTypeRegistry attrRegistry)
|
Uses of AttributeTypeRegistry in org.apache.directory.server.core.enumeration |
---|
Constructors in org.apache.directory.server.core.enumeration with parameters of type AttributeTypeRegistry | |
---|---|
ReferralHandlingEnumeration(javax.naming.NamingEnumeration underlying,
ReferralLut lut,
AttributeTypeRegistry registry,
PartitionNexus nexus,
int scope,
boolean doThrow)
|
Uses of AttributeTypeRegistry in org.apache.directory.server.core.event |
---|
Constructors in org.apache.directory.server.core.event with parameters of type AttributeTypeRegistry | |
---|---|
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 AttributeTypeRegistry in org.apache.directory.server.core.normalization |
---|
Constructors in org.apache.directory.server.core.normalization with parameters of type AttributeTypeRegistry | |
---|---|
ExpandingVisitor(AttributeTypeRegistry attrRegistry)
|
Uses of AttributeTypeRegistry in org.apache.directory.server.core.partition.impl.btree |
---|
Constructors in org.apache.directory.server.core.partition.impl.btree with parameters of type AttributeTypeRegistry | |
---|---|
BTreeSearchResultEnumeration(java.lang.String[] attrIds,
javax.naming.NamingEnumeration underlying,
BTreePartition db,
AttributeTypeRegistry registry)
Creates an enumeration that returns entries packaged within SearchResults using the search parameters supplied to a search call. |
|
ExpressionEnumerator(BTreePartition db,
AttributeTypeRegistry attributeTypeRegistry,
ExpressionEvaluator evaluator)
Creates an expression tree enumerator. |
|
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. |
|
SubstringEnumerator(BTreePartition db,
AttributeTypeRegistry attributeTypeRegistry,
SubstringEvaluator evaluator)
Creates a SubstringEnumerator for a database. |
|
SubstringEvaluator(BTreePartition db,
OidRegistry oidRegistry,
AttributeTypeRegistry attributeTypeRegistry)
Creates a new SubstringEvaluator for substring expressions. |
Uses of AttributeTypeRegistry in org.apache.directory.server.core.schema |
---|
Classes in org.apache.directory.server.core.schema that implement AttributeTypeRegistry | |
---|---|
class |
GlobalAttributeTypeRegistry
A plain old java object implementation of an AttributeTypeRegistry. |
Methods in org.apache.directory.server.core.schema that return AttributeTypeRegistry | |
---|---|
AttributeTypeRegistry |
Registries.getAttributeTypeRegistry()
|
AttributeTypeRegistry |
GlobalRegistries.getAttributeTypeRegistry()
|
Constructors in org.apache.directory.server.core.schema with parameters of type AttributeTypeRegistry | |
---|---|
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. |
|
DnComparator(AttributeTypeRegistry attrRegistry)
|
|
DnNormalizer(AttributeTypeRegistry attrRegistry)
|
Uses of AttributeTypeRegistry in org.apache.directory.server.core.schema.bootstrap |
---|
Classes in org.apache.directory.server.core.schema.bootstrap that implement AttributeTypeRegistry | |
---|---|
class |
BootstrapAttributeTypeRegistry
A plain old java object implementation of an AttributeTypeRegistry. |
Methods in org.apache.directory.server.core.schema.bootstrap that return AttributeTypeRegistry | |
---|---|
AttributeTypeRegistry |
BootstrapRegistries.getAttributeTypeRegistry()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |