Uses of Interface
org.apache.directory.shared.ldap.schema.SchemaManager

Packages that use SchemaManager
org.apache.directory.shared.ldap.entry   
org.apache.directory.shared.ldap.message   
org.apache.directory.shared.ldap.schema Contains interfaces and base classes for representing the LDAP schema domain model. 
org.apache.directory.shared.ldap.schema.comparators   
org.apache.directory.shared.ldap.schema.loader.ldif   
org.apache.directory.shared.ldap.schema.manager.impl   
org.apache.directory.shared.ldap.schema.normalizers   
org.apache.directory.shared.ldap.schema.registries   
 

Uses of SchemaManager in org.apache.directory.shared.ldap.entry
 

Methods in org.apache.directory.shared.ldap.entry with parameters of type SchemaManager
 void ServerModification.deserialize(java.io.ObjectInput in, SchemaManager schemaManager)
          Deserialize a ServerModification
 

Constructors in org.apache.directory.shared.ldap.entry with parameters of type SchemaManager
DefaultServerEntry(SchemaManager schemaManager)
           Creates a new instance of DefaultServerEntry, with registries.
DefaultServerEntry(SchemaManager schemaManager, DN dn)
           Creates a new instance of DefaultServerEntry, with a DN and registries.
DefaultServerEntry(SchemaManager schemaManager, DN dn, AttributeType... attributeTypes)
           Creates a new instance of DefaultServerEntry, with a DN, registries and a list of attributeTypes.
DefaultServerEntry(SchemaManager schemaManager, DN dn, AttributeType attributeType, java.lang.String upId)
           Creates a new instance of DefaultServerEntry, with a DN, registries and an attributeType with the user provided ID.
DefaultServerEntry(SchemaManager schemaManager, DN dn, EntryAttribute... attributes)
          Creates a new instance of DefaultServerEntry, with a DN, registries and a list of ServerAttributes.
DefaultServerEntry(SchemaManager schemaManager, DN dn, java.lang.String... upIds)
          Creates a new instance of DefaultServerEntry, with a DN, registries and a list of IDs.
DefaultServerEntry(SchemaManager schemaManager, Entry entry)
           Creates a new instance of DefaultServerEntry, copying another entry, which can be a ClientEntry.
ServerModification(SchemaManager schemaManager, Modification modification)
           
 

Uses of SchemaManager in org.apache.directory.shared.ldap.message
 

Methods in org.apache.directory.shared.ldap.message with parameters of type SchemaManager
 void SearchParams.normalize(SchemaManager schemaManager)
          Normalize the ReturningAttributes.
 

Uses of SchemaManager in org.apache.directory.shared.ldap.schema
 

Methods in org.apache.directory.shared.ldap.schema with parameters of type SchemaManager
 AttributeType EntityFactory.getAttributeType(SchemaManager schemaManager, Entry entry, Registries targetRegistries, java.lang.String schemaName)
          Construct an AttributeType from an entry representing an AttributeType.
 LdapComparator<?> EntityFactory.getLdapComparator(SchemaManager schemaManager, Entry entry, Registries targetRegistries, java.lang.String schemaName)
          Retrieve and load a Comparator class from the DIT.
 LdapComparator<?> EntityFactory.getLdapComparator(SchemaManager schemaManager, LdapComparatorDescription comparatorDescription, Registries targetRegistries, java.lang.String schemaName)
          Construct a LdapComparator from a description of a comparator.
 MatchingRule EntityFactory.getMatchingRule(SchemaManager schemaManager, Entry entry, Registries targetRegistries, java.lang.String schemaName)
          Construct an MatchingRule from an entry get from the Dit
 Normalizer EntityFactory.getNormalizer(SchemaManager schemaManager, Entry entry, Registries targetRegistries, java.lang.String schemaName)
          Retrieve and load a Normalizer class from the DIT.
 Normalizer EntityFactory.getNormalizer(SchemaManager schemaManager, NormalizerDescription normalizerDescription, Registries targetRegistries, java.lang.String schemaName)
          Create a new instance of a Normalizer
 ObjectClass EntityFactory.getObjectClass(SchemaManager schemaManager, Entry entry, Registries targetRegistries, java.lang.String schemaName)
           
 LdapSyntax EntityFactory.getSyntax(SchemaManager schemaManager, Entry entry, Registries targetRegistries, java.lang.String schemaName)
           
 SyntaxChecker EntityFactory.getSyntaxChecker(SchemaManager schemaManager, Entry entry, Registries targetRegistries, java.lang.String schemaName)
          Retrieve and load a syntaxChecker class from the DIT.
 SyntaxChecker EntityFactory.getSyntaxChecker(SchemaManager schemaManager, SyntaxCheckerDescription syntaxCheckerDescription, Registries targetRegistries, java.lang.String schemaName)
          Create a new instance of a SyntaxChecker
 void LdapComparator.setSchemaManager(SchemaManager schemaManager)
          Store the SchemaManager in this instance.
 void Normalizer.setSchemaManager(SchemaManager schemaManager)
          Store the SchemaManager in this instance.
 

Uses of SchemaManager in org.apache.directory.shared.ldap.schema.comparators
 

Methods in org.apache.directory.shared.ldap.schema.comparators with parameters of type SchemaManager
 void DeepTrimToLowerCachingNormalizingComparator.setSchemaManager(SchemaManager schemaManager)
          Store the SchemaManager in this instance.
 void UniqueMemberComparator.setSchemaManager(SchemaManager schemaManager)
          Store the SchemaManager in this instance.
 void DnComparator.setSchemaManager(SchemaManager schemaManager)
          Store the SchemaManager in this instance.
 void SerializableComparator.setSchemaManager(SchemaManager schemaManager)
           
 

Uses of SchemaManager in org.apache.directory.shared.ldap.schema.loader.ldif
 

Methods in org.apache.directory.shared.ldap.schema.loader.ldif with parameters of type SchemaManager
 AttributeType SchemaEntityFactory.getAttributeType(SchemaManager schemaManager, Entry entry, Registries targetRegistries, java.lang.String schemaName)
          Construct an AttributeType from an entry representing an AttributeType.
 LdapComparator<?> SchemaEntityFactory.getLdapComparator(SchemaManager schemaManager, Entry entry, Registries targetRegistries, java.lang.String schemaName)
          Retrieve and load a Comparator class from the DIT.
 LdapComparator<?> SchemaEntityFactory.getLdapComparator(SchemaManager schemaManager, LdapComparatorDescription comparatorDescription, Registries targetRegistries, java.lang.String schemaName)
          Construct a LdapComparator from a description of a comparator.
 MatchingRule SchemaEntityFactory.getMatchingRule(SchemaManager schemaManager, Entry entry, Registries targetRegistries, java.lang.String schemaName)
          Construct an MatchingRule from an entry get from the Dit
 Normalizer SchemaEntityFactory.getNormalizer(SchemaManager schemaManager, Entry entry, Registries targetRegistries, java.lang.String schemaName)
          Retrieve and load a Normalizer class from the DIT.
 Normalizer SchemaEntityFactory.getNormalizer(SchemaManager schemaManager, NormalizerDescription normalizerDescription, Registries targetRegistries, java.lang.String schemaName)
          Create a new instance of a Normalizer
 ObjectClass SchemaEntityFactory.getObjectClass(SchemaManager schemaManager, Entry entry, Registries targetRegistries, java.lang.String schemaName)
          
 LdapSyntax SchemaEntityFactory.getSyntax(SchemaManager schemaManager, Entry entry, Registries targetRegistries, java.lang.String schemaName)
          
 SyntaxChecker SchemaEntityFactory.getSyntaxChecker(SchemaManager schemaManager, Entry entry, Registries targetRegistries, java.lang.String schemaName)
          Retrieve and load a syntaxChecker class from the DIT.
 SyntaxChecker SchemaEntityFactory.getSyntaxChecker(SchemaManager schemaManager, SyntaxCheckerDescription syntaxCheckerDescription, Registries targetRegistries, java.lang.String schemaName)
          Create a new instance of a SyntaxChecker
 

Uses of SchemaManager in org.apache.directory.shared.ldap.schema.manager.impl
 

Classes in org.apache.directory.shared.ldap.schema.manager.impl that implement SchemaManager
 class DefaultSchemaManager
          The SchemaManager class : it handles all the schema operations (addition, removal, modification).
 

Uses of SchemaManager in org.apache.directory.shared.ldap.schema.normalizers
 

Methods in org.apache.directory.shared.ldap.schema.normalizers with parameters of type SchemaManager
 void NameOrNumericIdNormalizer.setSchemaManager(SchemaManager schemaManager)
          Store the SchemaManager in this instance.
 void CachingNormalizer.setSchemaManager(SchemaManager schemaManager)
          Sets the SchemaManager
 void UniqueMemberNormalizer.setSchemaManager(SchemaManager schemaManager)
          Store the SchemaManager in this instance.
 void CachingDnNormalizer.setSchemaManager(SchemaManager schemaManager)
          Sets the SchemaManager
 void DnNormalizer.setSchemaManager(SchemaManager schemaManager)
          Store the SchemaManager in this instance.
 

Constructors in org.apache.directory.shared.ldap.schema.normalizers with parameters of type SchemaManager
ConcreteNameComponentNormalizer(SchemaManager schemaManager)
          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 SchemaManager in org.apache.directory.shared.ldap.schema.registries
 

Constructors in org.apache.directory.shared.ldap.schema.registries with parameters of type SchemaManager
Registries(SchemaManager schemaManager)
          Creates a new instance of Registries.
 



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