Uses of Interface
org.apache.directory.server.schema.registries.AttributeTypeRegistry

Packages that use AttributeTypeRegistry
org.apache.directory.server.core.authz.support  
org.apache.directory.server.core.collective   
org.apache.directory.server.core.entry   
org.apache.directory.server.core.event   
org.apache.directory.server.core.normalization   
org.apache.directory.server.core.subtree   
org.apache.directory.server.schema   
org.apache.directory.server.schema.registries   
 

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.collective
 

Constructors in org.apache.directory.server.core.collective with parameters of type AttributeTypeRegistry
CollectiveAttributesSchemaChecker(PartitionNexus nexus, AttributeTypeRegistry attrTypeRegistry)
           
 

Uses of AttributeTypeRegistry in org.apache.directory.server.core.entry
 

Methods in org.apache.directory.server.core.entry with parameters of type AttributeTypeRegistry
static java.util.List<org.apache.directory.shared.ldap.entry.Modification> ServerEntryUtils.convertToServerModification(java.util.List<javax.naming.directory.ModificationItem> modificationItems, AttributeTypeRegistry atRegistry)
          Convert a list of ModificationItemImpl to a list of
 void ServerModification.deserialize(java.io.ObjectInput in, AttributeTypeRegistry atRegistry)
          Deserialize a ServerModification
static java.util.List<org.apache.directory.shared.ldap.entry.Modification> ServerEntryUtils.toServerModification(org.apache.directory.shared.ldap.entry.Modification[] modifications, AttributeTypeRegistry atRegistry)
           
static java.util.List<org.apache.directory.shared.ldap.entry.Modification> ServerEntryUtils.toServerModification(javax.naming.directory.ModificationItem[] modifications, AttributeTypeRegistry atRegistry)
           
 

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)
          Creates a new instance of ExpandingVisitor.
 

Uses of AttributeTypeRegistry in org.apache.directory.server.core.subtree
 

Constructors in org.apache.directory.server.core.subtree with parameters of type AttributeTypeRegistry
SubtreeEvaluator(OidRegistry oidRegistry, AttributeTypeRegistry attrRegistry)
          Creates a subtreeSpecification evaluatior which can be used to determine if an entry is included within the collection of a subtree.
 

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

Constructors in org.apache.directory.server.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)
           
NameAndOptionalUIDComparator(AttributeTypeRegistry attrRegistry)
           
NameAndOptionalUIDNormalizer(AttributeTypeRegistry attrRegistry)
           
 

Uses of AttributeTypeRegistry in org.apache.directory.server.schema.registries
 

Classes in org.apache.directory.server.schema.registries that implement AttributeTypeRegistry
 class DefaultAttributeTypeRegistry
          A plain old java object implementation of an AttributeTypeRegistry.
 

Methods in org.apache.directory.server.schema.registries that return AttributeTypeRegistry
 AttributeTypeRegistry Registries.getAttributeTypeRegistry()
           
 AttributeTypeRegistry DefaultRegistries.getAttributeTypeRegistry()
           
 



Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.