|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DirectoryService in org.apache.directory.server.config |
---|
Methods in org.apache.directory.server.config that return DirectoryService | |
---|---|
DirectoryService |
ConfigPartitionReader.getDirectoryService()
instantiates a DirectoryService based on the configuration present in the partition |
Uses of DirectoryService in org.apache.directory.server.configuration |
---|
Methods in org.apache.directory.server.configuration that return DirectoryService | |
---|---|
DirectoryService |
ApacheDS.getDirectoryService()
|
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 . |
class |
MockDirectoryService
|
Methods in org.apache.directory.server.core that return DirectoryService | |
---|---|
DirectoryService |
MockCoreSession.getDirectoryService()
|
DirectoryService |
MockDirectoryService.getDirectoryService()
|
DirectoryService |
DefaultCoreSession.getDirectoryService()
|
DirectoryService |
CoreSession.getDirectoryService()
Gets the DirectoryService this session is bound to. |
Methods in org.apache.directory.server.core with parameters of type DirectoryService | |
---|---|
void |
MockInterceptor.init(DirectoryService directoryService)
|
void |
ReferralManagerImpl.init(DirectoryService directoryService,
java.lang.String... suffixes)
Initialize the manager, reading all the referrals from the base. |
void |
ReferralManager.init(DirectoryService directoryService,
java.lang.String... suffixes)
Initialize the manager, reading all the referrals from the base. |
void |
ReferralManagerImpl.remove(DirectoryService directoryService,
org.apache.directory.shared.ldap.name.DN suffix)
Remove a partition from the manager, reading all the referrals from the base. |
void |
ReferralManager.remove(DirectoryService directoryService,
org.apache.directory.shared.ldap.name.DN suffix)
Remove a partition from the manager, reading all the referrals from the base. |
void |
MockCoreSession.setDirectoryService(DirectoryService directoryService)
|
Constructors in org.apache.directory.server.core with parameters of type DirectoryService | |
---|---|
DefaultCoreSession(LdapPrincipal principal,
DirectoryService directoryService)
|
|
DefaultOperationManager(DirectoryService directoryService)
|
|
MockCoreSession(LdapPrincipal principal,
DirectoryService directoryService)
|
|
ReferralManagerImpl(DirectoryService directoryService)
Creates a new instance of ReferralManagerImpl. |
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 Authenticator s 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 |
DefaultChangeLog.init(DirectoryService service)
Initialize the ChangeLog system. |
void |
ChangeLogInterceptor.init(DirectoryService directoryService)
The init method will initialize the local variables and load the entryDeleted AttributeType. |
void |
ChangeLog.init(DirectoryService service)
Initialize the ChangeLog system. |
void |
ChangeLogStore.init(DirectoryService service)
Initialize the store. |
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.factory |
---|
Methods in org.apache.directory.server.core.factory that return DirectoryService | |
---|---|
DirectoryService |
DefaultDirectoryServiceFactory.getDirectoryService()
Gets the directory service. |
DirectoryService |
DirectoryServiceFactory.getDirectoryService()
Gets the directory service. |
static DirectoryService |
DSAnnotationProcessor.getDirectoryService()
Create a DirectoryService from an annotation. |
static DirectoryService |
DSAnnotationProcessor.getDirectoryService(org.junit.runner.Description description)
Create a DirectoryService from a Unit test annotation |
Methods in org.apache.directory.server.core.factory with parameters of type DirectoryService | |
---|---|
static void |
DSAnnotationProcessor.applyLdifs(org.junit.runner.Description desc,
DirectoryService service)
Apply the LDIF entries to the given service |
static void |
DSAnnotationProcessor.injectEntries(DirectoryService service,
java.lang.String ldif)
Inject an ldif String into the server. |
static void |
DSAnnotationProcessor.injectLdifFiles(java.lang.Class<?> clazz,
DirectoryService service,
java.lang.String[] ldifFiles)
injects the LDIF entries present in a LDIF file |
Uses of DirectoryService in org.apache.directory.server.core.integ |
---|
Fields in org.apache.directory.server.core.integ declared as DirectoryService | |
---|---|
static DirectoryService |
AbstractLdapTestUnit.service
The used DirectoryService instance |
Methods in org.apache.directory.server.core.integ that return DirectoryService | |
---|---|
DirectoryService |
FrameworkSuite.getDirectoryService()
|
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 void |
IntegrationUtils.disableSchema(DirectoryService service,
java.lang.String schemaName)
|
static void |
IntegrationUtils.enableSchema(DirectoryService service,
java.lang.String schemaName)
|
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. |
static boolean |
IntegrationUtils.isDisabled(DirectoryService service,
java.lang.String schemaName)
A helper method which tells if a schema is disabled. |
static boolean |
IntegrationUtils.isEnabled(DirectoryService service,
java.lang.String schemaName)
A helper method which tells if a schema is enabled. |
static boolean |
IntegrationUtils.isLoaded(DirectoryService service,
java.lang.String schemaName)
A helper method which tells if a schema is loaded. |
void |
FrameworkSuite.setDirectoryService(DirectoryService directoryService)
|
Uses of DirectoryService in org.apache.directory.server.core.interceptor |
---|
Methods in org.apache.directory.server.core.interceptor with parameters of type DirectoryService | |
---|---|
void |
InterceptorChain.init(DirectoryService directoryService)
Initializes and registers all interceptors according to the specified DirectoryService . |
void |
Interceptor.init(DirectoryService directoryService)
Intializes this interceptor. |
void |
BaseInterceptor.init(DirectoryService directoryService)
This method does nothing by default. |
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 name)
|
|
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 name)
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,
javax.naming.Name 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,
javax.naming.Name 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,
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. |
Uses of DirectoryService in org.apache.directory.server.core.journal |
---|
Methods in org.apache.directory.server.core.journal with parameters of type DirectoryService | |
---|---|
void |
DefaultJournalStore.init(DirectoryService service)
Initialize the interceptor |
void |
DefaultJournal.init(DirectoryService directoryService)
Initialize the Journal. |
void |
JournalInterceptor.init(DirectoryService directoryService)
The init method will initialize the local variables and load the entryDeleted AttributeType. |
void |
Journal.init(DirectoryService service)
Initialize the Journal. |
void |
JournalStore.init(DirectoryService service)
Initialize the store. |
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 |
---|
Methods in org.apache.directory.server.core.partition that return DirectoryService | |
---|---|
DirectoryService |
DefaultPartitionNexus.getDirectoryService()
|
Methods in org.apache.directory.server.core.partition with parameters of type DirectoryService | |
---|---|
void |
DefaultPartitionNexus.setDirectoryService(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.referral |
---|
Methods in org.apache.directory.server.core.referral with parameters of type DirectoryService | |
---|---|
void |
ReferralInterceptor.init(DirectoryService directoryService)
|
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.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.factory |
---|
Methods in org.apache.directory.server.factory with parameters of type DirectoryService | |
---|---|
static KdcServer |
ServerAnnotationProcessor.getKdcServer(org.junit.runner.Description description,
DirectoryService directoryService,
int startPort)
|
static KdcServer |
ServerAnnotationProcessor.getKdcServer(DirectoryService directoryService,
int startPort)
|
static LdapServer |
ServerAnnotationProcessor.getLdapServer(org.junit.runner.Description description,
DirectoryService directoryService,
int startPort)
|
static LdapServer |
ServerAnnotationProcessor.getLdapServer(DirectoryService directoryService,
int startPort)
|
void |
DefaultLdapServerFactory.setDirectoryService(DirectoryService directoryService)
|
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,
org.apache.directory.shared.ldap.name.DN searchBaseDn)
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 |
LdapServer.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.internal.InternalBindRequest bindRequest)
Creates a new instance of AbstractSaslCallbackHandler. |
Uses of DirectoryService in org.apache.directory.server.protocol.shared |
---|
Methods in org.apache.directory.server.protocol.shared that return DirectoryService | |
---|---|
DirectoryService |
ProtocolService.getDirectoryService()
Gets the DirectoryService assigned to this ProtocolService. |
DirectoryService |
AbstractProtocolService.getDirectoryService()
|
Methods in org.apache.directory.server.protocol.shared with parameters of type DirectoryService | |
---|---|
void |
ProtocolService.setDirectoryService(DirectoryService directoryService)
Sets the DirectoryService assigned to this ProtocolService. |
void |
AbstractProtocolService.setDirectoryService(DirectoryService directoryService)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |