Uses of Interface
org.apache.directory.server.core.DirectoryService

Packages that use DirectoryService
org.apache.directory.mitosis.operation   
org.apache.directory.mitosis.service   
org.apache.directory.mitosis.store   
org.apache.directory.mitosis.store.derby   
org.apache.directory.server.configuration   
org.apache.directory.server.core   
org.apache.directory.server.core.authn   
org.apache.directory.server.core.authz   
org.apache.directory.server.core.changelog  
org.apache.directory.server.core.collective   
org.apache.directory.server.core.event   
org.apache.directory.server.core.exception   
org.apache.directory.server.core.integ   
org.apache.directory.server.core.integ.state   
org.apache.directory.server.core.interceptor   
org.apache.directory.server.core.jndi   
org.apache.directory.server.core.normalization   
org.apache.directory.server.core.operational   
org.apache.directory.server.core.partition   
org.apache.directory.server.core.partition.impl.btree.jdbm   
org.apache.directory.server.core.prefs  
org.apache.directory.server.core.schema  
org.apache.directory.server.core.security   
org.apache.directory.server.core.sp   
org.apache.directory.server.core.subtree   
org.apache.directory.server.core.trigger   
org.apache.directory.server.core.unit   
org.apache.directory.server.dns.store.jndi   
org.apache.directory.server.integ.state   
org.apache.directory.server.kerberos.shared.store Provides the implementation for storing Kerberos principals and symmetric keys backed by JNDI. 
org.apache.directory.server.ldap Contains the entry point for the LDAP protocol provider and the session registry. 
org.apache.directory.server.ldap.handlers.bind Contains the implementation of LDAP binds with Simple and SASL authentication mechanisms. 
org.apache.directory.server.ldap.handlers.bind.gssapi   
org.apache.directory.server.protocol.shared   
org.apache.directory.server.unit   
 

Uses of DirectoryService in org.apache.directory.mitosis.operation
 

Constructors in org.apache.directory.mitosis.operation with parameters of type DirectoryService
OperationFactory(DirectoryService directoryService, ReplicationConfiguration cfg)
           
 

Uses of DirectoryService in org.apache.directory.mitosis.service
 

Methods in org.apache.directory.mitosis.service that return DirectoryService
 DirectoryService ReplicationInterceptor.getDirectoryService()
           
 DirectoryService ReplicationContext.getDirectoryService()
          Returns the DirectoryService which owns the ReplicationInterceptor which is managing this context.
 DirectoryService DefaultReplicationContext.getDirectoryService()
           
 

Methods in org.apache.directory.mitosis.service with parameters of type DirectoryService
 void ReplicationInterceptor.init(DirectoryService directoryService)
          Initialize the Replication service.
 

Constructors in org.apache.directory.mitosis.service with parameters of type DirectoryService
DefaultReplicationContext(ReplicationInterceptor interceptor, DirectoryService directoryService, ReplicationConfiguration configuration, org.apache.mina.common.IoSession session)
           
 

Constructor parameters in org.apache.directory.mitosis.service with type arguments of type DirectoryService
ReplicationLogCleanJob(java.util.Map<java.lang.String,DirectoryService> services)
           
 

Uses of DirectoryService in org.apache.directory.mitosis.store
 

Methods in org.apache.directory.mitosis.store with parameters of type DirectoryService
 void ReplicationStore.open(DirectoryService directoryService, ReplicationConfiguration cfg)
          Opens this storage.
 

Uses of DirectoryService in org.apache.directory.mitosis.store.derby
 

Methods in org.apache.directory.mitosis.store.derby with parameters of type DirectoryService
 void DerbyReplicationStore.open(DirectoryService serviceCfg, ReplicationConfiguration cfg)
           
 

Uses of DirectoryService in org.apache.directory.server.configuration
 

Methods in org.apache.directory.server.configuration that return DirectoryService
 DirectoryService ApacheDS.getDirectoryService()
           
 

Constructors in org.apache.directory.server.configuration with parameters of type DirectoryService
ApacheDS(DirectoryService directoryService, LdapService ldapService, LdapService ldapsService)
          Creates a new instance of the ApacheDS server
 

Uses of DirectoryService in org.apache.directory.server.core
 

Classes in org.apache.directory.server.core that implement DirectoryService
 class DefaultDirectoryService
          Default implementation of DirectoryService.
 

Methods in org.apache.directory.server.core that return DirectoryService
 DirectoryService DefaultCoreSession.getDirectoryService()
           
 DirectoryService CoreSession.getDirectoryService()
          Gets the DirectoryService this session is bound to.
 

Constructors in org.apache.directory.server.core with parameters of type DirectoryService
DefaultCoreSession(LdapPrincipal principal, DirectoryService directoryService)
           
DefaultOperationManager(DirectoryService directoryService)
           
 

Uses of DirectoryService in org.apache.directory.server.core.authn
 

Methods in org.apache.directory.server.core.authn that return DirectoryService
 DirectoryService AbstractAuthenticator.getDirectoryService()
          Returns DirectoryService for this authenticator.
 

Methods in org.apache.directory.server.core.authn with parameters of type DirectoryService
 void AbstractAuthenticator.init(DirectoryService directoryService)
          Initializes (directoryService and and calls AbstractAuthenticator.doInit() method.
 void Authenticator.init(DirectoryService directoryService)
          Called by AuthenticationInterceptor to indicate that this authenticator is being placed into service.
 void AuthenticationInterceptor.init(DirectoryService directoryService)
          Registers and initializes all Authenticators to this service.
 

Uses of DirectoryService in org.apache.directory.server.core.authz
 

Methods in org.apache.directory.server.core.authz with parameters of type DirectoryService
 void DefaultAuthorizationInterceptor.init(DirectoryService directoryService)
           
 void AciAuthorizationInterceptor.init(DirectoryService directoryService)
          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.
 

Uses of DirectoryService in org.apache.directory.server.core.changelog
 

Methods in org.apache.directory.server.core.changelog with parameters of type DirectoryService
 void MemoryChangeLogStore.init(DirectoryService service)
           
 void ChangeLog.init(DirectoryService service)
           
 void DefaultChangeLog.init(DirectoryService service)
           
 void ChangeLogStore.init(DirectoryService service)
           
 void ChangeLogInterceptor.init(DirectoryService directoryService)
           
 

Uses of DirectoryService in org.apache.directory.server.core.collective
 

Methods in org.apache.directory.server.core.collective with parameters of type DirectoryService
 void CollectiveAttributeInterceptor.init(DirectoryService directoryService)
           
 

Uses of DirectoryService in org.apache.directory.server.core.event
 

Methods in org.apache.directory.server.core.event with parameters of type DirectoryService
 void EventInterceptor.init(DirectoryService ds)
           
 

Uses of DirectoryService in org.apache.directory.server.core.exception
 

Methods in org.apache.directory.server.core.exception with parameters of type DirectoryService
 void ExceptionInterceptor.init(DirectoryService directoryService)
           
 

Uses of DirectoryService in org.apache.directory.server.core.integ
 

Methods in org.apache.directory.server.core.integ that return DirectoryService
 DirectoryService DirectoryServiceFactory.newInstance()
           
 

Methods in org.apache.directory.server.core.integ with parameters of type DirectoryService
static void IntegrationUtils.apply(DirectoryService service, org.apache.directory.shared.ldap.ldif.LdifEntry entry)
           
static javax.naming.ldap.LdapContext IntegrationUtils.getContext(java.lang.String principalDn, DirectoryService service, java.lang.String dn)
           
static CoreSession IntegrationUtils.getCoreSession(java.lang.String principalDn, DirectoryService service, java.lang.String dn)
           
static javax.naming.ldap.LdapContext IntegrationUtils.getRootContext(DirectoryService service)
           
static javax.naming.ldap.LdapContext IntegrationUtils.getSchemaContext(DirectoryService service)
           
static javax.naming.ldap.LdapContext IntegrationUtils.getSystemContext(DirectoryService service)
           
static void IntegrationUtils.injectEntries(DirectoryService service, java.lang.String ldif)
          Inject an ldif String into the server.
 

Uses of DirectoryService in org.apache.directory.server.core.integ.state
 

Methods in org.apache.directory.server.core.integ.state with parameters of type DirectoryService
protected  void AbstractState.injectLdifs(DirectoryService service, InheritableSettings settings)
          Inject the Ldifs if any
 

Uses of DirectoryService in org.apache.directory.server.core.interceptor
 

Methods in org.apache.directory.server.core.interceptor with parameters of type DirectoryService
 void BaseInterceptor.init(DirectoryService directoryService)
          This method does nothing by default.
 void Interceptor.init(DirectoryService directoryService)
          Intializes this interceptor.
 void InterceptorChain.init(DirectoryService directoryService)
          Initializes and registers all interceptors according to the specified DirectoryService.
 

Uses of DirectoryService in org.apache.directory.server.core.jndi
 

Methods in org.apache.directory.server.core.jndi that return DirectoryService
 DirectoryService ServerContext.getDirectoryService()
           
 DirectoryService ServerContext.getService()
          Gets the DirectoryService associated with this context.
 

Constructors in org.apache.directory.server.core.jndi with parameters of type DirectoryService
ServerContext(DirectoryService service, CoreSession session, javax.naming.Name dn)
           
ServerContext(DirectoryService service, java.util.Hashtable<java.lang.String,java.lang.Object> env)
          Must be called by all subclasses to initialize the nexus proxy and the environment settings to be used by this Context implementation.
ServerContext(DirectoryService service, LdapPrincipal principal, javax.naming.Name dn)
          Must be called by all subclasses to initialize the nexus proxy and the environment settings to be used by this Context implementation.
ServerDirContext(DirectoryService service, CoreSession session, org.apache.directory.shared.ldap.name.LdapDN bindDn)
           
ServerDirContext(DirectoryService service, java.util.Hashtable<java.lang.String,java.lang.Object> env)
          Creates a new ServerDirContext by reading the PROVIDER_URL to resolve the distinguished name for this context.
ServerDirContext(DirectoryService service, LdapPrincipal principal, javax.naming.Name dn)
          Creates a new ServerDirContext with a distinguished name which is used to set the PROVIDER_URL to the distinguished name for this context.
ServerLdapContext(DirectoryService service, CoreSession session, org.apache.directory.shared.ldap.name.LdapDN bindDn)
           
ServerLdapContext(DirectoryService service, java.util.Hashtable<java.lang.String,java.lang.Object> env)
          Creates an instance of an ServerLdapContext.
ServerLdapContext(DirectoryService service, LdapPrincipal principal, org.apache.directory.shared.ldap.name.LdapDN dn)
          Creates a new ServerDirContext with a distinguished name which is used to set the PROVIDER_URL to the distinguished name for this context.
 

Uses of DirectoryService in org.apache.directory.server.core.normalization
 

Methods in org.apache.directory.server.core.normalization with parameters of type DirectoryService
 void NormalizationInterceptor.init(DirectoryService directoryService)
          Initialize the registries, normalizers.
 

Uses of DirectoryService in org.apache.directory.server.core.operational
 

Methods in org.apache.directory.server.core.operational with parameters of type DirectoryService
 void OperationalAttributeInterceptor.init(DirectoryService directoryService)
           
 

Uses of DirectoryService in org.apache.directory.server.core.partition
 

Fields in org.apache.directory.server.core.partition declared as DirectoryService
protected  DirectoryService AbstractPartition.directoryService
          DirectoryService specified at AbstractPartition.init(DirectoryService).
 

Methods in org.apache.directory.server.core.partition that return DirectoryService
 DirectoryService AbstractPartition.getDirectoryService()
          Returns DirectoryService that is provided from AbstractPartition.init(DirectoryService).
 

Methods in org.apache.directory.server.core.partition with parameters of type DirectoryService
 void PartitionNexusProxy.init(DirectoryService core)
           
 void Partition.init(DirectoryService core)
          Initializes this partition.
 void AbstractPartition.init(DirectoryService directoryService)
          Sets up (directoryService and calls AbstractPartition.doInit() where you have to put your initialization code in.
 void DefaultPartitionNexus.init(DirectoryService directoryService)
           
 

Constructors in org.apache.directory.server.core.partition with parameters of type DirectoryService
PartitionNexusProxy(DirectoryService service)
          Creates a new instance.
 

Uses of DirectoryService in org.apache.directory.server.core.partition.impl.btree.jdbm
 

Methods in org.apache.directory.server.core.partition.impl.btree.jdbm with parameters of type DirectoryService
 void JdbmPartition.init(DirectoryService directoryService)
           
 

Uses of DirectoryService in org.apache.directory.server.core.prefs
 

Constructors in org.apache.directory.server.core.prefs with parameters of type DirectoryService
ServerPreferencesFactory(DirectoryService directoryService)
           
ServerSystemPreferences(DirectoryService directoryService)
          Creates a preferences object for the system preferences root.
 

Uses of DirectoryService in org.apache.directory.server.core.schema
 

Methods in org.apache.directory.server.core.schema with parameters of type DirectoryService
 void SchemaInterceptor.init(DirectoryService directoryService)
          Initialize the Schema Service
 

Uses of DirectoryService in org.apache.directory.server.core.security
 

Constructors in org.apache.directory.server.core.security with parameters of type DirectoryService
CoreKeyStoreSpi(DirectoryService directoryService)
          Creates a new instance of LocalKeyStore.
 

Uses of DirectoryService in org.apache.directory.server.core.sp
 

Constructors in org.apache.directory.server.core.sp with parameters of type DirectoryService
LdapClassLoader(DirectoryService directoryService)
           
 

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

Methods in org.apache.directory.server.core.subtree with parameters of type DirectoryService
 void SubentryInterceptor.init(DirectoryService directoryService)
           
 

Uses of DirectoryService in org.apache.directory.server.core.trigger
 

Methods in org.apache.directory.server.core.trigger with parameters of type DirectoryService
 void TriggerInterceptor.init(DirectoryService directoryService)
           
 

Constructors in org.apache.directory.server.core.trigger with parameters of type DirectoryService
TriggerSpecCache(DirectoryService directoryService)
          Creates a TriggerSpecification cache.
 

Uses of DirectoryService in org.apache.directory.server.core.unit
 

Fields in org.apache.directory.server.core.unit declared as DirectoryService
protected  DirectoryService AbstractTestCase.service
           
 

Uses of DirectoryService in org.apache.directory.server.dns.store.jndi
 

Constructors in org.apache.directory.server.dns.store.jndi with parameters of type DirectoryService
JndiRecordStoreImpl(java.lang.String catalogBaseDn, java.lang.String searchBaseDn, DirectoryService directoryService)
          Creates a new instance of JndiRecordStoreImpl.
 

Uses of DirectoryService in org.apache.directory.server.integ.state
 

Methods in org.apache.directory.server.integ.state with parameters of type DirectoryService
protected  void AbstractState.injectLdifs(DirectoryService service, InheritableServerSettings settings)
          Inject the Ldifs if any
 

Uses of DirectoryService in org.apache.directory.server.kerberos.shared.store
 

Constructors in org.apache.directory.server.kerberos.shared.store with parameters of type DirectoryService
DirectoryPrincipalStore(DirectoryService directoryService)
          Creates a new instance of DirectoryPrincipalStore.
 

Uses of DirectoryService in org.apache.directory.server.ldap
 

Methods in org.apache.directory.server.ldap with parameters of type DirectoryService
 void LdapService.setDirectoryService(DirectoryService directoryService)
           
 

Uses of DirectoryService in org.apache.directory.server.ldap.handlers.bind
 

Fields in org.apache.directory.server.ldap.handlers.bind declared as DirectoryService
protected  DirectoryService AbstractSaslCallbackHandler.directoryService
          A reference on the DirectoryService instance
 

Constructors in org.apache.directory.server.ldap.handlers.bind with parameters of type DirectoryService
AbstractSaslCallbackHandler(DirectoryService directoryService, org.apache.directory.shared.ldap.message.BindRequest bindRequest)
          Creates a new instance of AbstractSaslCallbackHandler.
 

Uses of DirectoryService in org.apache.directory.server.ldap.handlers.bind.gssapi
 

Constructors in org.apache.directory.server.ldap.handlers.bind.gssapi with parameters of type DirectoryService
GssapiCallbackHandler(DirectoryService directoryService, LdapSession ldapSession, org.apache.directory.shared.ldap.message.BindRequest bindRequest)
          Creates a new instance of GssapiCallbackHandler.
 

Uses of DirectoryService in org.apache.directory.server.protocol.shared
 

Methods in org.apache.directory.server.protocol.shared that return DirectoryService
 DirectoryService AbstractProtocolService.getDirectoryService()
           
 DirectoryService ProtocolService.getDirectoryService()
          Gets the DirectoryService assigned to this ProtocolService.
 

Methods in org.apache.directory.server.protocol.shared with parameters of type DirectoryService
 void AbstractProtocolService.setDirectoryService(DirectoryService directoryService)
           
 void ProtocolService.setDirectoryService(DirectoryService directoryService)
          Sets the DirectoryService assigned to this ProtocolService.
 

Uses of DirectoryService in org.apache.directory.server.unit
 

Fields in org.apache.directory.server.unit declared as DirectoryService
protected  DirectoryService AbstractServerTest.directoryService
           
 



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