Uses of Interface
org.apache.ldap.server.schema.AttributeTypeRegistry

Packages that use AttributeTypeRegistry
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   
 

Uses of AttributeTypeRegistry in org.apache.ldap.server.authz.support
 

Constructors in org.apache.ldap.server.authz.support with parameters of type AttributeTypeRegistry
ACDFEngine(OidRegistry oidRegistry, AttributeTypeRegistry attrTypeRegistry)
          Creates a new instance.
RelatedProtectedItemFilter(AttributeTypeRegistry attrTypeRegistry, RefinementEvaluator refinementEvaluator, Evaluator entryEvaluator)
           
 

Uses of AttributeTypeRegistry in org.apache.ldap.server.event
 

Constructors in org.apache.ldap.server.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.ldap.server.partition.impl.btree
 

Constructors in org.apache.ldap.server.partition.impl.btree with parameters of type AttributeTypeRegistry
BTreeSearchResultEnumeration(java.lang.String[] attrIds, javax.naming.NamingEnumeration underlying, BTreeDirectoryPartition db, AttributeTypeRegistry registry)
          Creates an enumeration that returns entries packaged within SearchResults using the search parameters supplied to a search call.
ExpressionEnumerator(BTreeDirectoryPartition db, AttributeTypeRegistry attributeTypeRegistry, ExpressionEvaluator evaluator)
          Creates an expression tree enumerator.
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.
SubstringEnumerator(BTreeDirectoryPartition db, AttributeTypeRegistry attributeTypeRegistry, SubstringEvaluator evaluator)
          Creates a SubstringEnumerator for a database.
SubstringEvaluator(BTreeDirectoryPartition db, OidRegistry oidRegistry, AttributeTypeRegistry attributeTypeRegistry)
          Creates a new SubstringEvaluator for substring expressions.
 

Uses of AttributeTypeRegistry in org.apache.ldap.server.schema
 

Classes in org.apache.ldap.server.schema that implement AttributeTypeRegistry
 class GlobalAttributeTypeRegistry
          A plain old java object implementation of an AttributeTypeRegistry.
 

Methods in org.apache.ldap.server.schema that return AttributeTypeRegistry
 AttributeTypeRegistry Registries.getAttributeTypeRegistry()
           
 AttributeTypeRegistry GlobalRegistries.getAttributeTypeRegistry()
           
 

Constructors in org.apache.ldap.server.schema with parameters of type AttributeTypeRegistry
ConcreteNameComponentNormalizer(AttributeTypeRegistry registry)
          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.
 

Uses of AttributeTypeRegistry in org.apache.ldap.server.schema.bootstrap
 

Classes in org.apache.ldap.server.schema.bootstrap that implement AttributeTypeRegistry
 class BootstrapAttributeTypeRegistry
          A plain old java object implementation of an AttributeTypeRegistry.
 

Methods in org.apache.ldap.server.schema.bootstrap that return AttributeTypeRegistry
 AttributeTypeRegistry BootstrapRegistries.getAttributeTypeRegistry()
           
 



Copyright © 2002-2005 . All Rights Reserved.