Uses of Interface
org.apache.ldap.server.DirectoryServiceConfiguration

Packages that use DirectoryServiceConfiguration
org.apache.ldap.server   
org.apache.ldap.server.authn   
org.apache.ldap.server.authz   
org.apache.ldap.server.collective   
org.apache.ldap.server.event   
org.apache.ldap.server.exception   
org.apache.ldap.server.interceptor   
org.apache.ldap.server.normalization   
org.apache.ldap.server.operational   
org.apache.ldap.server.partition   
org.apache.ldap.server.partition.impl.btree   
org.apache.ldap.server.partition.impl.btree.jdbm   
org.apache.ldap.server.schema   
org.apache.ldap.server.subtree   
 

Uses of DirectoryServiceConfiguration in org.apache.ldap.server
 

Methods in org.apache.ldap.server that return DirectoryServiceConfiguration
abstract  DirectoryServiceConfiguration DirectoryService.getConfiguration()
          Returns the configuration of this service.
 

Uses of DirectoryServiceConfiguration in org.apache.ldap.server.authn
 

Methods in org.apache.ldap.server.authn that return DirectoryServiceConfiguration
 DirectoryServiceConfiguration AbstractAuthenticator.getFactoryConfiguration()
          Returns DirectoryServiceConfiguration of InitialContextFactory which initialized this authenticator.
 

Methods in org.apache.ldap.server.authn with parameters of type DirectoryServiceConfiguration
 void Authenticator.init(DirectoryServiceConfiguration factoryCfg, AuthenticatorConfiguration cfg)
          Called by AuthenticationService to indicate that this authenticator is being placed into service.
 void AbstractAuthenticator.init(DirectoryServiceConfiguration factoryCfg, AuthenticatorConfiguration cfg)
          Initializes default properties (factoryConfiguration and configuration, and calls AbstractAuthenticator.doInit() method.
 void AuthenticationService.init(DirectoryServiceConfiguration factoryCfg, InterceptorConfiguration cfg)
          Registers and initializes all Authenticators to this service.
 

Uses of DirectoryServiceConfiguration in org.apache.ldap.server.authz
 

Methods in org.apache.ldap.server.authz with parameters of type DirectoryServiceConfiguration
 void OldAuthorizationService.init(DirectoryServiceConfiguration factoryCfg, InterceptorConfiguration cfg)
           
 void AuthorizationService.init(DirectoryServiceConfiguration factoryCfg, InterceptorConfiguration cfg)
          Initializes this interceptor based service by getting a handle on the nexus, setting up the tupe and group membership caches and the ACIItem parser and the ACDF engine.
 

Constructors in org.apache.ldap.server.authz with parameters of type DirectoryServiceConfiguration
GroupCache(DirectoryServiceConfiguration factoryCfg)
          Creates a static group cache.
TupleCache(DirectoryServiceConfiguration factoryCfg)
          Creates a ACITuple cache.
 

Uses of DirectoryServiceConfiguration in org.apache.ldap.server.collective
 

Methods in org.apache.ldap.server.collective with parameters of type DirectoryServiceConfiguration
 void CollectiveAttributeService.init(DirectoryServiceConfiguration factoryCfg, InterceptorConfiguration cfg)
           
 

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

Methods in org.apache.ldap.server.event with parameters of type DirectoryServiceConfiguration
 void EventService.init(DirectoryServiceConfiguration factoryCfg, InterceptorConfiguration cfg)
           
 

Uses of DirectoryServiceConfiguration in org.apache.ldap.server.exception
 

Methods in org.apache.ldap.server.exception with parameters of type DirectoryServiceConfiguration
 void ExceptionService.init(DirectoryServiceConfiguration factoryCfg, InterceptorConfiguration cfg)
           
 

Uses of DirectoryServiceConfiguration in org.apache.ldap.server.interceptor
 

Methods in org.apache.ldap.server.interceptor with parameters of type DirectoryServiceConfiguration
 void InterceptorChain.init(DirectoryServiceConfiguration factoryCfg)
          Initializes and registers all interceptors according to the specified DirectoryServiceConfiguration.
 void Interceptor.init(DirectoryServiceConfiguration factoryCfg, InterceptorConfiguration cfg)
          Intializes this interceptor.
 void BaseInterceptor.init(DirectoryServiceConfiguration factoryCfg, InterceptorConfiguration cfg)
          This method does nothing by default.
 

Uses of DirectoryServiceConfiguration in org.apache.ldap.server.normalization
 

Methods in org.apache.ldap.server.normalization with parameters of type DirectoryServiceConfiguration
 void NormalizationService.init(DirectoryServiceConfiguration factoryCfg, InterceptorConfiguration cfg)
           
 

Uses of DirectoryServiceConfiguration in org.apache.ldap.server.operational
 

Methods in org.apache.ldap.server.operational with parameters of type DirectoryServiceConfiguration
 void OperationalAttributeService.init(DirectoryServiceConfiguration factoryCfg, InterceptorConfiguration cfg)
           
 

Uses of DirectoryServiceConfiguration in org.apache.ldap.server.partition
 

Methods in org.apache.ldap.server.partition that return DirectoryServiceConfiguration
 DirectoryServiceConfiguration AbstractDirectoryPartition.getFactoryConfiguration()
          Returns DirectoryServiceConfiguration that is provided from AbstractDirectoryPartition.init(DirectoryServiceConfiguration, DirectoryPartitionConfiguration).
 

Methods in org.apache.ldap.server.partition with parameters of type DirectoryServiceConfiguration
 void DirectoryPartitionNexusProxy.init(DirectoryServiceConfiguration factoryCfg, DirectoryPartitionConfiguration cfg)
           
 void DirectoryPartition.init(DirectoryServiceConfiguration factoryCfg, DirectoryPartitionConfiguration cfg)
          Initializes this partition.
 void DefaultDirectoryPartitionNexus.init(DirectoryServiceConfiguration factoryCfg, DirectoryPartitionConfiguration cfg)
           
 void AbstractDirectoryPartition.init(DirectoryServiceConfiguration factoryCfg, DirectoryPartitionConfiguration cfg)
          Sets up default properties(factoryConfiguration and configuration) and calls AbstractDirectoryPartition.doInit() where you have to put your initialization code in.
 

Uses of DirectoryServiceConfiguration in org.apache.ldap.server.partition.impl.btree
 

Methods in org.apache.ldap.server.partition.impl.btree with parameters of type DirectoryServiceConfiguration
 void BTreeDirectoryPartition.init(DirectoryServiceConfiguration factoryCfg, DirectoryPartitionConfiguration cfg)
           
 

Uses of DirectoryServiceConfiguration in org.apache.ldap.server.partition.impl.btree.jdbm
 

Methods in org.apache.ldap.server.partition.impl.btree.jdbm with parameters of type DirectoryServiceConfiguration
 void JdbmDirectoryPartition.init(DirectoryServiceConfiguration factoryCfg, DirectoryPartitionConfiguration cfg)
           
 

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

Methods in org.apache.ldap.server.schema with parameters of type DirectoryServiceConfiguration
 void SchemaService.init(DirectoryServiceConfiguration factoryCfg, InterceptorConfiguration cfg)
           
 

Uses of DirectoryServiceConfiguration in org.apache.ldap.server.subtree
 

Methods in org.apache.ldap.server.subtree with parameters of type DirectoryServiceConfiguration
 void SubentryService.init(DirectoryServiceConfiguration factoryCfg, InterceptorConfiguration cfg)
           
 



Copyright © 2002-2005 . All Rights Reserved.