Modifier and Type | Method and Description |
---|---|
DirectoryService |
ApacheDS.getDirectoryService() |
Modifier and Type | Class and Description |
---|---|
class |
DefaultDirectoryService
Default implementation of
DirectoryService . |
class |
MockDirectoryService |
Modifier and Type | Method and Description |
---|---|
DirectoryService |
MockCoreSession.getDirectoryService() |
DirectoryService |
MockDirectoryService.getDirectoryService() |
DirectoryService |
DefaultCoreSession.getDirectoryService() |
DirectoryService |
CoreSession.getDirectoryService()
Gets the DirectoryService this session is bound to.
|
Modifier and Type | Method and Description |
---|---|
void |
MockInterceptor.init(DirectoryService directoryService) |
void |
ReferralManagerImpl.init(DirectoryService directoryService,
String... suffixes)
Initialize the manager, reading all the referrals from the base.
|
void |
ReferralManager.init(DirectoryService directoryService,
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) |
Constructor and Description |
---|
DefaultCoreSession(LdapPrincipal principal,
DirectoryService directoryService) |
DefaultOperationManager(DirectoryService directoryService) |
MockCoreSession(LdapPrincipal principal,
DirectoryService directoryService) |
ReferralManagerImpl(DirectoryService directoryService)
Creates a new instance of ReferralManagerImpl.
|
Modifier and Type | Method and Description |
---|---|
DirectoryService |
AbstractAuthenticator.getDirectoryService()
Returns
DirectoryService for this authenticator. |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ChangeLogInterceptor.init(DirectoryService directoryService)
The init method will initialize the local variables and load the
entryDeleted AttributeType.
|
void |
DefaultChangeLog.init(DirectoryService service)
Initialize the ChangeLog system.
|
void |
MemoryChangeLogStore.init(DirectoryService service) |
void |
ChangeLog.init(DirectoryService service)
Initialize the ChangeLog system.
|
void |
ChangeLogStore.init(DirectoryService service)
Initialize the store.
|
Modifier and Type | Method and Description |
---|---|
void |
CollectiveAttributeInterceptor.init(DirectoryService directoryService) |
Modifier and Type | Method and Description |
---|---|
void |
EventInterceptor.init(DirectoryService ds) |
Modifier and Type | Method and Description |
---|---|
void |
ExceptionInterceptor.init(DirectoryService directoryService) |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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,
String ldif)
Inject an ldif String into the server.
|
static void |
DSAnnotationProcessor.injectLdifFiles(Class<?> clazz,
DirectoryService service,
String[] ldifFiles)
injects the LDIF entries present in a LDIF file
|
Modifier and Type | Field and Description |
---|---|
static DirectoryService |
AbstractLdapTestUnit.service
The used DirectoryService instance
|
Modifier and Type | Method and Description |
---|---|
DirectoryService |
FrameworkSuite.getDirectoryService() |
Modifier and Type | Method and Description |
---|---|
static void |
IntegrationUtils.apply(DirectoryService service,
org.apache.directory.shared.ldap.ldif.LdifEntry entry) |
static void |
IntegrationUtils.disableSchema(DirectoryService service,
String schemaName) |
static void |
IntegrationUtils.enableSchema(DirectoryService service,
String schemaName) |
static LdapContext |
IntegrationUtils.getContext(String principalDn,
DirectoryService service,
String dn) |
static CoreSession |
IntegrationUtils.getCoreSession(String principalDn,
DirectoryService service,
String dn) |
static LdapContext |
IntegrationUtils.getRootContext(DirectoryService service) |
static LdapContext |
IntegrationUtils.getSchemaContext(DirectoryService service) |
static LdapContext |
IntegrationUtils.getSystemContext(DirectoryService service) |
static void |
IntegrationUtils.injectEntries(DirectoryService service,
String ldif)
Inject an ldif String into the server.
|
static boolean |
IntegrationUtils.isDisabled(DirectoryService service,
String schemaName)
A helper method which tells if a schema is disabled.
|
static boolean |
IntegrationUtils.isEnabled(DirectoryService service,
String schemaName)
A helper method which tells if a schema is enabled.
|
static boolean |
IntegrationUtils.isLoaded(DirectoryService service,
String schemaName)
A helper method which tells if a schema is loaded.
|
void |
FrameworkSuite.setDirectoryService(DirectoryService directoryService) |
Modifier and Type | Method and Description |
---|---|
void |
InterceptorChain.init(DirectoryService directoryService)
Initializes and registers all interceptors according to the specified
DirectoryService . |
void |
BaseInterceptor.init(DirectoryService directoryService)
This method does nothing by default.
|
void |
Interceptor.init(DirectoryService directoryService)
Intializes this interceptor.
|
Modifier and Type | Method and Description |
---|---|
DirectoryService |
ServerContext.getDirectoryService() |
DirectoryService |
ServerContext.getService()
Gets the
DirectoryService associated with this context. |
Constructor and Description |
---|
ServerContext(DirectoryService service,
CoreSession session,
Name name) |
ServerContext(DirectoryService service,
Hashtable<String,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,
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,
Name bindDn) |
ServerDirContext(DirectoryService service,
Hashtable<String,Object> env)
Creates a new ServerDirContext by reading the PROVIDER_URL to resolve the
distinguished name for this context.
|
ServerDirContext(DirectoryService service,
LdapPrincipal principal,
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,
Name bindDn) |
ServerLdapContext(DirectoryService service,
Hashtable<String,Object> env)
Creates an instance of an ServerLdapContext.
|
ServerLdapContext(DirectoryService service,
LdapPrincipal principal,
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.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultJournalStore.init(DirectoryService service)
Initialize the interceptor
|
void |
JournalInterceptor.init(DirectoryService directoryService)
The init method will initialize the local variables and load the
entryDeleted AttributeType.
|
void |
DefaultJournal.init(DirectoryService directoryService)
Initialize the Journal.
|
void |
JournalStore.init(DirectoryService service)
Initialize the store.
|
void |
Journal.init(DirectoryService service)
Initialize the Journal.
|
Modifier and Type | Method and Description |
---|---|
void |
NormalizationInterceptor.init(DirectoryService directoryService)
Initialize the registries, normalizers.
|
Modifier and Type | Method and Description |
---|---|
void |
OperationalAttributeInterceptor.init(DirectoryService directoryService) |
Modifier and Type | Method and Description |
---|---|
DirectoryService |
DefaultPartitionNexus.getDirectoryService() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultPartitionNexus.setDirectoryService(DirectoryService directoryService) |
Constructor and Description |
---|
ServerPreferencesFactory(DirectoryService directoryService) |
ServerSystemPreferences(DirectoryService directoryService)
Creates a preferences object for the system preferences root.
|
Modifier and Type | Method and Description |
---|---|
void |
ReferralInterceptor.init(DirectoryService directoryService) |
Modifier and Type | Method and Description |
---|---|
void |
SchemaInterceptor.init(DirectoryService directoryService)
Initialize the Schema Service
|
Constructor and Description |
---|
CoreKeyStoreSpi(DirectoryService directoryService)
Creates a new instance of LocalKeyStore.
|
Constructor and Description |
---|
LdapClassLoader(DirectoryService directoryService) |
Modifier and Type | Method and Description |
---|---|
void |
SubentryInterceptor.init(DirectoryService directoryService) |
Modifier and Type | Method and Description |
---|---|
void |
TriggerInterceptor.init(DirectoryService directoryService) |
Constructor and Description |
---|
TriggerSpecCache(DirectoryService directoryService)
Creates a TriggerSpecification cache.
|
Constructor and Description |
---|
JndiRecordStoreImpl(String catalogBaseDn,
String searchBaseDn,
DirectoryService directoryService)
Creates a new instance of JndiRecordStoreImpl.
|
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
DirectoryPrincipalStore(DirectoryService directoryService,
org.apache.directory.shared.ldap.name.DN searchBaseDn)
Creates a new instance of DirectoryPrincipalStore.
|
Modifier and Type | Method and Description |
---|---|
void |
LdapServer.setDirectoryService(DirectoryService directoryService) |
Modifier and Type | Field and Description |
---|---|
protected DirectoryService |
AbstractSaslCallbackHandler.directoryService
A reference on the DirectoryService instance
|
Constructor and Description |
---|
AbstractSaslCallbackHandler(DirectoryService directoryService,
org.apache.directory.shared.ldap.message.internal.InternalBindRequest bindRequest)
Creates a new instance of AbstractSaslCallbackHandler.
|
Modifier and Type | Method and Description |
---|---|
DirectoryService |
ProtocolService.getDirectoryService()
Gets the DirectoryService assigned to this ProtocolService.
|
DirectoryService |
AbstractProtocolService.getDirectoryService() |
Modifier and Type | Method and Description |
---|---|
void |
ProtocolService.setDirectoryService(DirectoryService directoryService)
Sets the DirectoryService assigned to this ProtocolService.
|
void |
AbstractProtocolService.setDirectoryService(DirectoryService directoryService) |
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.