| Modifier and Type | Method and Description |
|---|---|
DirectoryService |
ApacheDsService.getDirectoryService() |
private DirectoryService |
ApacheDsService.initDirectoryService(InstanceLayout instanceLayout,
DirectoryServiceBean directoryServiceBean,
CacheService cacheService,
DnFactory dnFactory) |
| Modifier and Type | Method and Description |
|---|---|
private void |
ApacheDsService.startHttpServer(HttpServerBean httpServerBean,
DirectoryService directoryService)
start the embedded HTTP server
|
private void |
ApacheDsService.startKerberos(DirectoryServiceBean directoryServiceBean,
DirectoryService directoryService)
start the KERBEROS server
|
private void |
ApacheDsService.startLdap(LdapServerBean ldapServerBean,
DirectoryService directoryService)
start the LDAP server
|
private void |
ApacheDsService.startNtp(NtpServerBean ntpServerBean,
DirectoryService directoryService)
start the NTP server
|
void |
ApacheDsService.updateMandatoryOpAttributes(Partition partition,
DirectoryService dirService)
adds mandatory operational attributes
ApacheDsService.MANDATORY_ENTRY_ATOP_MAP and updates all the LDIF files. |
| Modifier and Type | Field and Description |
|---|---|
private DirectoryService |
HttpDirectoryService.dirService
the directory service instance
|
| Modifier and Type | Method and Description |
|---|---|
DirectoryService |
HttpDirectoryService.getDirService() |
| Constructor and Description |
|---|
HttpDirectoryService(DirectoryService dirService) |
| Modifier and Type | Method and Description |
|---|---|
static DirectoryService |
ServiceBuilder.createDirectoryService(DirectoryServiceBean directoryServiceBean,
InstanceLayout instanceLayout,
org.apache.directory.api.ldap.model.schema.SchemaManager schemaManager)
Instantiates a DirectoryService based on the configuration present in the partition
|
| Modifier and Type | Method and Description |
|---|---|
static HttpServer |
ServiceBuilder.createHttpServer(HttpServerBean httpServerBean,
DirectoryService directoryService)
Instantiates a HttpServer based on the configuration present in the partition
|
static java.util.Set<WebApp> |
ServiceBuilder.createHttpWebApps(java.util.List<HttpWebAppBean> httpWebAppBeans,
DirectoryService directoryService)
Instantiates the HttpWebApps based on the configuration present in the partition
|
static JdbmIndex<?> |
ServiceBuilder.createJdbmIndex(JdbmPartition partition,
JdbmIndexBean jdbmIndexBean,
DirectoryService directoryService)
Create a new instance of a JdbmIndex from an instance of JdbmIndexBean
|
private static java.util.Set<Index<?,java.lang.String>> |
ServiceBuilder.createJdbmIndexes(JdbmPartition partition,
java.util.List<IndexBean> indexesBeans,
DirectoryService directoryService)
Create the list of Index from the configuration
|
static JdbmPartition |
ServiceBuilder.createJdbmPartition(DirectoryService directoryService,
JdbmPartitionBean jdbmPartitionBean)
Create a new instance of a JdbmPartition
|
static KdcServer |
ServiceBuilder.createKdcServer(DirectoryServiceBean directoryServiceBean,
DirectoryService directoryService)
Instantiates a DhcpServer based on the configuration present in the partition
|
static LdapServer |
ServiceBuilder.createLdapServer(LdapServerBean ldapServerBean,
DirectoryService directoryService)
Instantiates a LdapServer based on the configuration present in the partition
|
static MavibotIndex<?> |
ServiceBuilder.createMavibotIndex(MavibotPartition partition,
MavibotIndexBean mavobotIndexBean,
DirectoryService directoryService)
Create a new instance of a MavibotIndex from an instance of MavibotIndexBean
|
private static java.util.Set<Index<?,java.lang.String>> |
ServiceBuilder.createMavibotIndexes(MavibotPartition partition,
java.util.List<IndexBean> indexesBeans,
DirectoryService directoryService)
Create the list of MavibotIndex from the configuration
|
static MavibotPartition |
ServiceBuilder.createMavibotPartition(DirectoryService directoryService,
MavibotPartitionBean mvbtPartitionBean) |
static NtpServer |
ServiceBuilder.createNtpServer(NtpServerBean ntpServerBean,
DirectoryService directoryService)
Instantiates a NtpServer based on the configuration present in the partition
|
static Partition |
ServiceBuilder.createPartition(DirectoryService directoryService,
PartitionBean partitionBean)
Create the a Partition instantiated from the configuration
|
static java.util.Map<java.lang.String,Partition> |
ServiceBuilder.createPartitions(DirectoryService directoryService,
java.util.List<PartitionBean> partitionBeans)
Create the set of Partitions instantiated from the configuration
|
| Modifier and Type | Field and Description |
|---|---|
private DirectoryService |
ConfigChangeListener.directoryService
the directory service
|
| Constructor and Description |
|---|
ConfigChangeListener(ConfigPartitionReader cpReader,
DirectoryService directoryService)
Creates a new instance of ConfigChangeListener.
|
| Modifier and Type | Field and Description |
|---|---|
private DirectoryService |
ApacheDS.directoryService
The directory service
|
| Modifier and Type | Method and Description |
|---|---|
DirectoryService |
ApacheDS.getDirectoryService() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDirectoryService
Default implementation of
DirectoryService. |
| Modifier and Type | Field and Description |
|---|---|
private DirectoryService |
DefaultOperationManager.directoryService
The directory service instance
|
| Constructor and Description |
|---|
DefaultOperationManager(DirectoryService directoryService) |
| Modifier and Type | Method and Description |
|---|---|
void |
AdministrativePointInterceptor.init(DirectoryService directoryService)
Registers and initializes all
Authenticators to this service. |
| Modifier and Type | Field and Description |
|---|---|
private DirectoryService |
LdapCoreSessionConnection.directoryService
the session's DirectoryService
|
| Modifier and Type | Method and Description |
|---|---|
DirectoryService |
CoreSession.getDirectoryService()
Gets the DirectoryService this session is bound to.
|
DirectoryService |
LdapCoreSessionConnection.getDirectoryService() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReferralManager.init(DirectoryService directoryService,
java.lang.String... suffixes)
Initialize the manager, reading all the referrals from the base.
|
void |
ReferralManager.remove(DirectoryService directoryService,
org.apache.directory.api.ldap.model.name.Dn suffix)
Remove a partition from the manager, reading all the referrals from the base.
|
void |
LdapCoreSessionConnection.setDirectoryService(DirectoryService directoryService) |
| Constructor and Description |
|---|
LdapCoreSessionConnection(DirectoryService directoryService) |
| Modifier and Type | Method and Description |
|---|---|
void |
ChangeLogStore.init(DirectoryService service)
Initialize the store.
|
void |
ChangeLog.init(DirectoryService service)
Initialize the ChangeLog system.
|
| Modifier and Type | Field and Description |
|---|---|
protected DirectoryService |
BaseInterceptor.directoryService
A reference to the DirectoryService instance
|
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
void |
Journal.init(DirectoryService service)
Initialize the Journal.
|
void |
JournalStore.init(DirectoryService service)
Initialize the store.
|
| Modifier and Type | Field and Description |
|---|---|
private DirectoryService |
LdapClassLoader.directoryService |
| Constructor and Description |
|---|
LdapClassLoader(DirectoryService directoryService) |
| Modifier and Type | Field and Description |
|---|---|
protected DirectoryService |
SubentryUtils.directoryService
A reference to the DirectoryService instance
|
| Constructor and Description |
|---|
SubentryUtils(DirectoryService directoryService) |
| Modifier and Type | Field and Description |
|---|---|
private DirectoryService |
AbstractAuthenticator.directoryService
The associated DirectoryService
|
| 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
Authenticators to this service. |
private void |
AuthenticationInterceptor.register(Authenticator authenticator,
DirectoryService directoryService)
Initializes the specified
Authenticator and registers it to
this service. |
| Modifier and Type | Field and Description |
|---|---|
private DirectoryService |
TupleCache.directoryService
the directory service
|
private DirectoryService |
GroupCache.directoryService
the directory service
|
| Modifier and Type | Method and Description |
|---|---|
void |
AciAuthorizationInterceptor.init(DirectoryService directoryService)
Initializes this interceptor based service by getting a handle on the nexus, setting up
the tuple and group membership caches, the ACIItem parser and the ACDF engine.
|
void |
DefaultAuthorizationInterceptor.init(DirectoryService directoryService) |
private void |
DefaultAuthorizationInterceptor.loadAdministrators(DirectoryService directoryService) |
| Constructor and Description |
|---|
GroupCache(DirectoryService dirService)
Creates a static group cache.
|
| Modifier and Type | Field and Description |
|---|---|
private DirectoryService |
MemoryChangeLogStore.directoryService
The DirectoryService
|
| 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
CollectiveAttributeInterceptor.init(DirectoryService directoryService)
This method does nothing by default.
|
| Modifier and Type | Field and Description |
|---|---|
private DirectoryService |
DefaultEventService.directoryService
The DirectoryService instance
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventInterceptor.init(DirectoryService directoryService)
Initialize the event interceptor.
|
| Constructor and Description |
|---|
DefaultEventService(DirectoryService directoryService)
Create an instance of EventService
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExceptionInterceptor.init(DirectoryService directoryService)
This method does nothing by default.
|
| Modifier and Type | Field and Description |
|---|---|
private DirectoryService |
DefaultDirectoryServiceFactory.directoryService
The directory service.
|
| Modifier and Type | Method and Description |
|---|---|
static DirectoryService |
DSAnnotationProcessor.createDS(CreateDS dsBuilder)
Create the DirectoryService
|
DirectoryService |
DirectoryServiceFactory.getDirectoryService()
Gets the directory service.
|
static DirectoryService |
DSAnnotationProcessor.getDirectoryService()
Create a DirectoryService from an annotation.
|
DirectoryService |
DefaultDirectoryServiceFactory.getDirectoryService()
Gets the directory service.
|
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,
java.lang.String ldif)
Inject an ldif String into the server.
|
private static void |
DSAnnotationProcessor.injectEntry(org.apache.directory.api.ldap.model.ldif.LdifEntry entry,
DirectoryService service)
injects an LDIF entry in the given DirectoryService
|
static void |
DSAnnotationProcessor.injectLdifFiles(java.lang.Class<?> clazz,
DirectoryService service,
java.lang.String[] ldifFiles)
injects the LDIF entries present in a LDIF file
|
static void |
DSAnnotationProcessor.loadSchemas(org.junit.runner.Description desc,
DirectoryService service)
Load the schemas, and enable/disable them.
|
| Constructor and Description |
|---|
DefaultDirectoryServiceFactory(DirectoryService directoryService,
PartitionFactory partitionFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurableHashingInterceptor.init(DirectoryService directoryService)
This method does nothing by default.
|
| Modifier and Type | Field and Description |
|---|---|
private DirectoryService |
FrameworkRunner.classDS
The DirectoryService for this class, if any
|
private DirectoryService |
CreateDsRule.directoryService |
static DirectoryService |
AbstractLdapTestUnit.service
The used DirectoryService instance
|
| Modifier and Type | Method and Description |
|---|---|
DirectoryService |
CreateDsRule.getDirectoryService() |
static DirectoryService |
AbstractLdapTestUnit.getService() |
| Modifier and Type | Method and Description |
|---|---|
static void |
IntegrationUtils.apply(DirectoryService service,
org.apache.directory.api.ldap.model.ldif.LdifEntry entry) |
static void |
IntegrationUtils.disableSchema(DirectoryService service,
java.lang.String schemaName) |
static void |
IntegrationUtils.enableSchema(DirectoryService service,
java.lang.String schemaName) |
static org.apache.directory.ldap.client.api.LdapConnection |
IntegrationUtils.getAdminConnection(DirectoryService dirService)
Gets a LdapCoreSessionConnection bound using the default admin Dn uid=admin,ou=system and password "secret"
|
static org.apache.directory.ldap.client.api.LdapConnection |
IntegrationUtils.getConnectionAs(DirectoryService dirService,
org.apache.directory.api.ldap.model.name.Dn dn,
java.lang.String password)
Gets a LdapCoreSessionConnection bound using a user's DN and a password.
|
static org.apache.directory.ldap.client.api.LdapConnection |
IntegrationUtils.getConnectionAs(DirectoryService dirService,
java.lang.String dn,
java.lang.String password)
Gets a LdapCoreSessionConnection bound using a user's DN and a password.
|
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) |
private long |
FrameworkRunner.getCurrentRevision(DirectoryService dirService) |
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.
|
private void |
FrameworkRunner.revert(DirectoryService dirService,
long revision) |
static void |
AbstractLdapTestUnit.setService(DirectoryService service) |
| Modifier and Type | Field and Description |
|---|---|
private DirectoryService |
ServerContext.service
The directory service which owns this context
|
| 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,
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.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
DefaultJournalStore.init(DirectoryService service)
Initialize the interceptor
|
| Modifier and Type | Method and Description |
|---|---|
void |
KeyDerivationInterceptor.init(DirectoryService directoryService)
This method does nothing by default.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TimerInterceptor.init(DirectoryService directoryService)
This method does nothing by default.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NormalizationInterceptor.init(DirectoryService directoryService)
Initialize the registries, normalizers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NumberIncrementingInterceptor.init(DirectoryService directoryService) |
| Modifier and Type | Method and Description |
|---|---|
void |
OperationalAttributeInterceptor.init(DirectoryService directoryService) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReferralInterceptor.init(DirectoryService directoryService) |
| Modifier and Type | Method and Description |
|---|---|
private Interceptor |
SchemaSubentryManager.findNextInterceptor(OperationEnum operation,
DirectoryService directoryService)
Find the next interceptor in an operation's list of interceptors, assuming that
we are already processing an operation, and we have stopped in a specific
interceptor.
For instance, if the list of all the interceptors is : [A, B, C, D, E, F] and we ave two operations op1 and op2 with the following interceptors list : op1 -> [A, D, F] op2 -> [B, C, E] then assuming that we have stopped at D, then op1.next -> F and op2.next -> E. |
private int |
SchemaSubentryManager.findPosition(OperationEnum operation,
Interceptor interceptor,
DirectoryService directoryService)
Find the position in the operation's list knowing the inteceptor name.
|
void |
SchemaInterceptor.init(DirectoryService directoryService)
Initialize the Schema Service
|
| Modifier and Type | Field and Description |
|---|---|
private DirectoryService |
CoreKeyStoreSpi.directoryService |
| Constructor and Description |
|---|
CoreKeyStoreSpi(DirectoryService directoryService)
Creates a new instance of LocalKeyStore.
|
| Modifier and Type | Field and Description |
|---|---|
private DirectoryService |
DefaultCoreSession.directoryService
The DirectoryService we are connected to
|
| Modifier and Type | Method and Description |
|---|---|
DirectoryService |
DefaultCoreSession.getDirectoryService() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.directory.api.ldap.model.entry.Entry |
SchemaService.getSubschemaEntry(DirectoryService directoryService,
FilteringOperationContext operationContext) |
static org.apache.directory.api.ldap.model.entry.Entry |
SchemaService.getSubschemaEntryCloned(DirectoryService directoryService) |
static org.apache.directory.api.ldap.model.entry.Entry |
SchemaService.getSubschemaEntryImmutable(DirectoryService directoryService) |
void |
ReferralManagerImpl.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.api.ldap.model.name.Dn suffix)
Remove a partition from the manager, reading all the referrals from the base.
|
| Constructor and Description |
|---|
DefaultCoreSession(LdapPrincipal principal,
DirectoryService directoryService)
Creates a new instance of a DefaultCoreSession
|
ReferralManagerImpl(DirectoryService directoryService)
Creates a new instance of ReferralManagerImpl.
|
| Modifier and Type | Field and Description |
|---|---|
private DirectoryService |
DefaultPartitionNexus.directoryService
The DirectoryService instance
|
| Modifier and Type | Method and Description |
|---|---|
DirectoryService |
DefaultPartitionNexus.getDirectoryService() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultPartitionNexus.setDirectoryService(DirectoryService directoryService) |
| Modifier and Type | Method and Description |
|---|---|
void |
SubentryInterceptor.init(DirectoryService directoryService)
Initialize the Subentry Interceptor
|
| Modifier and Type | Method and Description |
|---|---|
void |
TriggerInterceptor.init(DirectoryService directoryService) |
private void |
TriggerSpecCache.initialize(DirectoryService directoryService) |
| Constructor and Description |
|---|
TriggerSpecCache(DirectoryService directoryService)
Creates a TriggerSpecification cache.
|
| Modifier and Type | Field and Description |
|---|---|
private DirectoryService |
MultiBaseSearch.directoryService |
| Modifier and Type | Method and Description |
|---|---|
private SearchStrategy |
JndiRecordStoreImpl.getSearchStrategy(java.lang.String catalogBaseDn,
java.lang.String searchBaseDn,
DirectoryService directoryService) |
| Constructor and Description |
|---|
JndiRecordStoreImpl(java.lang.String catalogBaseDn,
java.lang.String searchBaseDn,
DirectoryService directoryService)
Creates a new instance of JndiRecordStoreImpl.
|
MultiBaseSearch(java.lang.String catalogBaseDn,
DirectoryService directoryService) |
SingleBaseSearch(java.lang.String searchBaseDn,
DirectoryService directoryService) |
| Modifier and Type | Field and Description |
|---|---|
private DirectoryService |
DefaultLdapServerFactory.directoryService
The DirectoryService instance
|
| Modifier and Type | Method and Description |
|---|---|
DirectoryService |
DefaultLdapServerFactory.getDirectoryService() |
| Modifier and Type | Method and Description |
|---|---|
private static KdcServer |
ServerAnnotationProcessor.createKdcServer(CreateKdcServer createKdcServer,
DirectoryService directoryService) |
private static LdapServer |
ServerAnnotationProcessor.createLdapServer(CreateLdapServer createLdapServer,
DirectoryService directoryService)
creates an LdapServer and starts before returning the instance
|
static LdapServer |
ServerAnnotationProcessor.createLdapServer(org.junit.runner.Description description,
DirectoryService directoryService)
Create a new instance of LdapServer
|
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(DirectoryService directoryService)
Returns an LdapServer instance and starts it before returning the instance, infering
the configuration from the Stack trace
|
static LdapServer |
ServerAnnotationProcessor.instantiateLdapServer(CreateLdapServer createLdapServer,
DirectoryService directoryService)
Just gives an instance of
LdapServer without starting it. |
void |
DefaultLdapServerFactory.setDirectoryService(DirectoryService directoryService) |
| Modifier and Type | Field and Description |
|---|---|
private DirectoryService |
HttpServer.dirService |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpServer.start(DirectoryService dirService)
starts the jetty http server
|
| Modifier and Type | Field and Description |
|---|---|
private DirectoryService |
DirectoryPrincipalStore.directoryService
The directory service backing store for this PrincipalStore.
|
| Constructor and Description |
|---|
DirectoryPrincipalStore(DirectoryService directoryService,
org.apache.directory.api.ldap.model.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.api.ldap.model.message.BindRequest bindRequest)
Creates a new instance of AbstractSaslCallbackHandler.
|
| Modifier and Type | Field and Description |
|---|---|
private DirectoryService |
ReplicationConsumerImpl.directoryService
a reference to the directoryService
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReplicationConsumerImpl.init(DirectoryService directoryservice)
Init the replication service
|
void |
ReplicationConsumer.init(DirectoryService dirService)
Initializes the consumer
|
| Modifier and Type | Field and Description |
|---|---|
private DirectoryService |
ReplConsumerManager.directoryService
The DirectoryService instance
|
private DirectoryService |
ReplicaEventLogJanitor.directoryService |
private DirectoryService |
SyncReplRequestHandler.dirService
The directory service instance
|
| Modifier and Type | Method and Description |
|---|---|
private org.apache.directory.api.ldap.extras.controls.syncrepl.syncState.SyncStateValue |
SyncReplSearchListener.createControl(DirectoryService directoryService,
org.apache.directory.api.ldap.extras.controls.syncrepl.syncState.SyncStateTypeEnum operation,
org.apache.directory.api.ldap.model.entry.Entry entry)
Create the SyncStateValue control
|
| Constructor and Description |
|---|
ReplConsumerManager(DirectoryService directoryService)
Create a new instance of the producer replication manager.
|
ReplicaEventLog(DirectoryService directoryService,
int replicaId)
Creates a new instance of EventLog for a replica
|
ReplicaEventLogJanitor(DirectoryService directoryService,
java.util.Map<java.lang.Integer,ReplicaEventLog> replicaLogMap) |
| Modifier and Type | Field and Description |
|---|---|
private DirectoryService |
DirectoryBackedService.directoryService
directory service core where protocol data is backed
|
| Modifier and Type | Method and Description |
|---|---|
DirectoryService |
DirectoryBackedService.getDirectoryService() |
| Modifier and Type | Method and Description |
|---|---|
void |
DirectoryBackedService.setDirectoryService(DirectoryService directoryService) |