Uses of Interface
org.opends.server.core.ServerContext
-
Packages that use ServerContext Package Description org.opends.server.api Contains a number of API declarations for use throughout the Directory Server.org.opends.server.api.plugin Defines the Directory Server plugin API.org.opends.server.authorization.dseecompat Contains the Directory Server Sun Java System Directory Server Enterprise Edition (dseecompat) compatability access control handler implementation.org.opends.server.authorization.policy Contains the policy based access control handler implementation.org.opends.server.backends Contains various Directory Server backend implementations.org.opends.server.backends.jeb Contains the code for the Directory Server backend that uses the Berkeley DB Java Edition as the repository for storing entry and index information.org.opends.server.backends.pluggable Contains the code for implementing Directory Server pluggable storage backends.org.opends.server.backends.task Contains the code for the Directory Server backend that provides an interface for executing administrative tasks.org.opends.server.backup Classes related to backup and restore.org.opends.server.config Contains code used to interact with the Directory Server configuration.org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase.org.opends.server.crypto This package implements the Directory Server cryptographic framework, which is described in the CrytpoManager design document.org.opends.server.discovery Contains the Service Discovery Mechanisms and APIs.org.opends.server.extensions Contains various implementations of Directory Server APIs that are not appropriate for other packages.org.opends.server.loggers Contains implementations of Directory Server access, error, and debug loggers.org.opends.server.protocols Contains various Directory Server connection handler implementations which will be used to accept connections from and perform communication with clients over various protocols.org.opends.server.protocols.http Contains the implementation for the Directory Server connection handler that is responsible for interacting with clients using HTTP.org.opends.server.protocols.http.authz Contains factories to build the authorization stage of the HTTP request processing.org.opends.server.protocols.http.rest2ldap Contains the implementation for the HTTPEndpoint that is responsible for providing a REST interface to this LDAP server.org.opends.server.protocols.jmx Contains the implementation for the Directory Server connection handler that is responsible for interacting with clients using JMX.org.opends.server.protocols.ldap Contains the implementation for the Directory Server connection handler that is responsible for interacting with clients using LDAPv3.org.opends.server.replication.common This package contains utilities that can are used by all the packages below org.opends.server.replication.org.opends.server.replication.plugin This package contains the part of the Multi-master replication code that works on the Directory Server side.org.opends.server.replication.protocol This package contains the code used by the replication server and by the code running on the Directory Server side to exchange their information.org.opends.server.replication.server This package contains the code for the Replication Server part of the Multimaster replication feature.org.opends.server.replication.service This package contains the generic of the Multi-Master replication code that works on the Directory Server side.org.opends.server.schema Contains implementations of various Directory Server schema elements.org.opends.server.snmp This package contains Simple Network Management Protocol (SNMP) connection handler, the required classes to support MIB 2605 objects and SNMP requests, and the SNMP adaptor that allows a SNMP manager to access OpenDS monitoring information.org.opends.server.tools Contains various Directory Server tool implementations.org.opends.server.tools.dsbackup Classes related to dsbackup tool.org.opends.server.util Contains implementations for various Directory Server utility classes and methods which may be used throughout the server but do not necessarily fit in elsewhere. -
-
Uses of ServerContext in org.opends.server.api
Fields in org.opends.server.api declared as ServerContext Modifier and Type Field Description protected ServerContext
HttpEndpoint. serverContext
Context of this LDAP server.Methods in org.opends.server.api that return ServerContext Modifier and Type Method Description protected ServerContext
Backend. getServerContext()
Returns the server context used by this backend.protected ServerContext
KeyManagerProvider. getServerContext()
Returns the server context.protected ServerContext
TrustManagerProvider. getServerContext()
Returns the server context.Methods in org.opends.server.api with parameters of type ServerContext Modifier and Type Method Description abstract void
Backend. configureBackend(C cfg, ServerContext serverContext)
Configure this backend based on the information in the provided configuration.protected abstract void
ConnectionHandler. doInitializeConnectionHandler(ServerContext serverContext, T configuration)
Initializes this connection handler provider based on the information in the provided connection handler configuration.LDIFImportResult
LocalBackend. importLDIF(LDIFImportConfig importConfig, ServerContext serverContext)
Imports information from an LDIF file into this backend.void
AccessControlHandler. initializeAccessControlHandler(T configuration, ServerContext serverContext)
Initializes the access control handler implementation based on the information in the provided configuration entry.void
ConnectionHandler. initializeConnectionHandler(ServerContext serverContext, T configuration)
Initializes this connection handler provider based on the information in the provided connection handler configuration.void
EntryCache. initializeEntryCache(ServerContext serverContext, T configuration)
Initializes this entry cache implementation so that it will be available for storing and retrieving entries.void
KeyManagerProvider. initializeKeyManagerProvider(T configuration, ServerContext serverContext)
Initializes this key manager provider based on the information in the provided key manager provider configuration.abstract void
SASLMechanismHandler. initializeSASLMechanismHandler(T configuration, ServerContext serverContext)
Initializes this SASL mechanism handler based on the information in the provided configuration entry.abstract void
SynchronizationProvider. initializeSynchronizationProvider(ServerContext serverContext, T config)
Performs any initialization that might be necessary for this synchronization provider.void
TrustManagerProvider. initializeTrustManagerProvider(T configuration, ServerContext serverContext)
Initializes this trust manager provider based on the information in the provided trust manager provider configuration.abstract void
WorkQueue. initializeWorkQueue(T configuration, ServerContext serverContext)
Initializes this work queue based on the information in the provided configuration entry.boolean
AccessControlHandler. isConfigurationAcceptable(T configuration, List<LocalizableMessage> unacceptableReasons, ServerContext serverContext)
Indicates whether the provided configuration is acceptable for this access control handler.boolean
Backend. isConfigurationAcceptable(C configuration, List<LocalizableMessage> unacceptableReasons, ServerContext serverContext)
Indicates whether the provided configuration is acceptable for this backend.boolean
ConnectionHandler. isConfigurationAcceptable(ServerContext serverContext, T configuration, List<LocalizableMessage> unacceptableReasons)
Indicates whether the provided configuration is acceptable for this connection handler.Group<T>
Group. newInstance(ServerContext serverContext, Entry groupEntry)
Creates a new group of this type based on the definition contained in the provided entry.void
LocalBackend. rebuildBackend(RebuildConfig rebuildConfig, ServerContext serverContext)
Rebuild indexes in the backend instance.Constructors in org.opends.server.api with parameters of type ServerContext Constructor Description HttpEndpoint(C configuration, ServerContext serverContext)
Create a newHttpEndpoint
with the given configuration. -
Uses of ServerContext in org.opends.server.api.plugin
Methods in org.opends.server.api.plugin that return ServerContext Modifier and Type Method Description protected ServerContext
DirectoryServerPlugin. getServerContext()
Returns the server context.Methods in org.opends.server.api.plugin with parameters of type ServerContext Modifier and Type Method Description void
DirectoryServerPlugin. initializeInternal(ServerContext serverContext, Dn pluginDN, Set<PluginType> pluginTypes, boolean invokeForInternalOps)
Performs any initialization that should be done for all types of plugins regardless of type.Constructors in org.opends.server.api.plugin with parameters of type ServerContext Constructor Description InternalDirectoryServerPlugin(Dn componentDN, ServerContext serverContext, Set<PluginType> pluginTypes)
Creates a new internal directory server plugin using the provided component name and plugin types. -
Uses of ServerContext in org.opends.server.authorization.dseecompat
Methods in org.opends.server.authorization.dseecompat with parameters of type ServerContext Modifier and Type Method Description void
AciHandler. initializeAccessControlHandler(DseeCompatAccessControlHandlerCfg configuration, ServerContext serverContext)
Constructors in org.opends.server.authorization.dseecompat with parameters of type ServerContext Constructor Description AciListenerManager(AciList aciList, Dn cfgDN, ServerContext serverContext)
Save the list created by the AciHandler routine. -
Uses of ServerContext in org.opends.server.authorization.policy
Methods in org.opends.server.authorization.policy with parameters of type ServerContext Modifier and Type Method Description void
PolicyBasedAccessControlHandler. initializeAccessControlHandler(PolicyBasedAccessControlHandlerCfg configuration, ServerContext serverContext)
boolean
PolicyBasedAccessControlHandler. isConfigurationAcceptable(PolicyBasedAccessControlHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons, ServerContext serverContext)
-
Uses of ServerContext in org.opends.server.backends
Methods in org.opends.server.backends that return ServerContext Modifier and Type Method Description protected ServerContext
ConfigurationBackend. getServerContext()
protected ServerContext
LDIFBackend. getServerContext()
protected ServerContext
MemoryBackend. getServerContext()
protected ServerContext
MonitorBackend. getServerContext()
protected ServerContext
NullBackend. getServerContext()
protected ServerContext
ProxyBackend. getServerContext()
protected ServerContext
RootDSEBackend. getServerContext()
protected ServerContext
SchemaBackend. getServerContext()
Constructors in org.opends.server.backends with parameters of type ServerContext Constructor Description ConfigurationBackend(ServerContext serverContext)
Creates and initializes a new instance of this backend. -
Uses of ServerContext in org.opends.server.backends.jeb
Methods in org.opends.server.backends.jeb with parameters of type ServerContext Modifier and Type Method Description protected Storage
JEBackend. configureStorage(JeBackendCfg cfg, ServerContext serverContext)
boolean
JEBackend. isConfigurationAcceptable(JeBackendCfg cfg, List<LocalizableMessage> unacceptableReasons, ServerContext serverContext)
Constructors in org.opends.server.backends.jeb with parameters of type ServerContext Constructor Description JEStorage(JeBackendCfg cfg, ServerContext serverContext)
Creates a new JE storage with the provided configuration. -
Uses of ServerContext in org.opends.server.backends.pluggable
Methods in org.opends.server.backends.pluggable that return ServerContext Modifier and Type Method Description protected ServerContext
BackendImpl. getServerContext()
Methods in org.opends.server.backends.pluggable with parameters of type ServerContext Modifier and Type Method Description void
BackendImpl. configureBackend(C cfg, ServerContext serverContext)
protected abstract Storage
BackendImpl. configureStorage(C cfg, ServerContext serverContext)
Creates the storage engine which will be used by this pluggable backend.LDIFImportResult
BackendImpl. importLDIF(LDIFImportConfig importConfig, ServerContext serverContext)
boolean
BackendImpl. isConfigurationAcceptable(C config, List<LocalizableMessage> unacceptableReasons, ServerContext serverContext)
void
BackendImpl. rebuildBackend(RebuildConfig rebuildConfig, ServerContext serverContext)
-
Uses of ServerContext in org.opends.server.backends.task
Methods in org.opends.server.backends.task that return ServerContext Modifier and Type Method Description protected ServerContext
Task. getServerContext()
Returns the server context.protected ServerContext
TaskBackend. getServerContext()
Methods in org.opends.server.backends.task with parameters of type ServerContext Modifier and Type Method Description void
TaskBackend. configureBackend(TaskBackendCfg cfg, ServerContext serverContext)
LDIFImportResult
TaskBackend. importLDIF(LDIFImportConfig importConfig, ServerContext sContext)
void
Task. initializeTaskInternal(ServerContext serverContext, TaskScheduler taskScheduler, Entry taskEntry)
Performs generic initialization for this task based on the information in the provided task entry.boolean
TaskBackend. isConfigurationAcceptable(TaskBackendCfg config, List<LocalizableMessage> unacceptableReasons, ServerContext serverContext)
Constructors in org.opends.server.backends.task with parameters of type ServerContext Constructor Description RecurringTask(ServerContext serverContext, TaskScheduler taskScheduler, Entry recurringTaskEntry)
Creates a new recurring task based on the information in the provided entry.TaskScheduler(ServerContext serverContext, TaskBackend taskBackend)
Creates a new task scheduler that will be used to ensure that tasks are invoked at the appropriate times. -
Uses of ServerContext in org.opends.server.backup
Methods in org.opends.server.backup with parameters of type ServerContext Modifier and Type Method Description static BackupManager
BackupManager. newBackupManager(BackupStorage backupStorage, ServerContext serverContext)
Creates a new backup manager backed by the provided backup storage. -
Uses of ServerContext in org.opends.server.config
Methods in org.opends.server.config with parameters of type ServerContext Modifier and Type Method Description static ConfigurationHandler
ConfigurationHandler. bootstrapConfiguration(ServerContext serverContext)
Bootstraps the server configuration.Constructors in org.opends.server.config with parameters of type ServerContext Constructor Description AdministrationConnector(ServerContext serverContext)
Creates an instance of the administration connector.ConfigurationHandler(ServerContext serverContext)
Creates a new instance. -
Uses of ServerContext in org.opends.server.core
Classes in org.opends.server.core that implement ServerContext Modifier and Type Class Description class
DirectoryServer
This class defines the core of the Directory Server.Methods in org.opends.server.core that return ServerContext Modifier and Type Method Description ServerContext
DirectoryServer. getServerContext()
Returns the server context.ServerContext
DirectoryServer.InitializationBuilder. initialize()
Run all Initialization blocks as configured.Constructors in org.opends.server.core with parameters of type ServerContext Constructor Description AccountStatusNotificationHandlerConfigManager(ServerContext serverContext)
Creates a new instance of this account status notification handler config manager.AlertHandlerConfigManager(ServerContext serverContext)
Creates a new instance of this alert handler config manager.AuthenticatedUsers(ServerContext serverContext)
Creates a new instance of this authenticated users object.BackendConfigManager(ServerContext serverContext)
Creates a new instance of this backend config manager.BoundedWorkQueueStrategy(Integer maxNbConcurrentOperations, ServerContext serverContext)
Constructor for BoundedWorkQueueStrategy.CertificateMapperConfigManager(ServerContext serverContext)
Creates a new instance of this certificate mapper config manager.ConnectionHandlerConfigManager(ServerContext serverContext)
Creates a new instance of this connection handler config manager.CoreConfigManager(ServerContext serverContext)
Creates a new instance of this core config manager.EntryCacheConfigManager(ServerContext serverContext)
Creates a new instance of this entry cache config manager.ExtendedOperationConfigManager(ServerContext serverContext)
Creates a new instance of this extended operation config manager.GroupManager(ServerContext serverContext)
Creates a new instance of this group manager.HttpEndpointConfigManager(ServerContext serverContext)
Creates a new instance of this HTTP endpoint config manager.IdentityMapperConfigManager(ServerContext serverContext)
Creates a new instance of this identity mapper config manager.IdleTimeLimitThread(ServerContext serverContext)
Creates a new instance of this idle time limit thread.LogRetentionPolicyConfigManager(ServerContext serverContext)
Creates this log retention policy manager.LogRotationPolicyConfigManager(ServerContext serverContext)
Creates this log rotation policy manager.PasswordGeneratorConfigManager(ServerContext serverContext)
Creates a new instance of this password generator config manager.PasswordStorageSchemeConfigManager(ServerContext serverContext)
Creates a new instance of this password storage scheme config manager.PasswordValidatorConfigManager(ServerContext serverContext)
Creates a new instance of this password validator config manager.PluginConfigManager(ServerContext serverContext)
Creates a new instance of this plugin config manager.SASLConfigManager(ServerContext serverContext)
Creates a new instance of this SASL mechanism handler config manager.SubentryManager(ServerContext serverContext)
Creates a new instance of this subentry manager.SynchronizationProviderConfigManager(ServerContext serverContext)
Creates a new instance of this synchronization provider config manager.SynchronousStrategy(ServerContext serverContext)
Constructor.VirtualAttributeConfigManager(ServerContext serverContext)
Creates a new instance of this virtual attribute config manager.WorkQueueConfigManager(ServerContext serverContext)
Creates a new instance of this work queue config manager.WorkQueueStrategy(ServerContext serverContext)
Constructor. -
Uses of ServerContext in org.opends.server.crypto
Constructors in org.opends.server.crypto with parameters of type ServerContext Constructor Description CryptoManager(ServerContext serverContext, CryptoManagerCfg config)
Creates a new instance of this crypto manager object from a given configuration, plus some static member initialization.CryptoManagerSync(ServerContext serverContext)
Creates a new instance of this trust store synchronization thread. -
Uses of ServerContext in org.opends.server.discovery
Methods in org.opends.server.discovery with parameters of type ServerContext Modifier and Type Method Description void
ReplicationServiceDiscoveryMechanism. initializeMechanism(ReplicationServiceDiscoveryMechanismCfg config, ServerContext serverContext)
void
ServiceDiscoveryMechanism. initializeMechanism(C configuration, ServerContext serverContext)
Initializes the mechanism with the provided configuration.void
StaticServiceDiscoveryMechanism. initializeMechanism(StaticServiceDiscoveryMechanismCfg cfg, ServerContext serverContext)
boolean
ReplicationServiceDiscoveryMechanism. isConfigurationAcceptable(ReplicationServiceDiscoveryMechanismCfg configuration, List<LocalizableMessage> unacceptableReasons, ServerContext serverContext)
boolean
ServiceDiscoveryMechanism. isConfigurationAcceptable(C configuration, List<LocalizableMessage> unacceptableReasons, ServerContext serverContext)
Returns whether the provided configuration is correct for the mechanism.boolean
StaticServiceDiscoveryMechanism. isConfigurationAcceptable(StaticServiceDiscoveryMechanismCfg configuration, List<LocalizableMessage> unacceptableReasons, ServerContext serverContext)
Constructors in org.opends.server.discovery with parameters of type ServerContext Constructor Description ServiceDiscoveryMechanismConfigManager(ServerContext serverContext)
Declares a new Configuration Manager for this Directory Server. -
Uses of ServerContext in org.opends.server.extensions
Methods in org.opends.server.extensions with parameters of type ServerContext Modifier and Type Method Description void
FIFOEntryCache. initializeEntryCache(ServerContext serverContext, FifoEntryCacheCfg configuration)
void
SoftReferenceEntryCache. initializeEntryCache(ServerContext serverContext, SoftReferenceEntryCacheCfg configuration)
void
AnonymousSASLMechanismHandler. initializeSASLMechanismHandler(AnonymousSaslMechanismHandlerCfg configuration, ServerContext serverContext)
void
CRAMMD5SASLMechanismHandler. initializeSASLMechanismHandler(CramMd5SaslMechanismHandlerCfg configuration, ServerContext serverContext)
void
DigestMD5SASLMechanismHandler. initializeSASLMechanismHandler(DigestMd5SaslMechanismHandlerCfg configuration, ServerContext serverContext)
void
ExternalSASLMechanismHandler. initializeSASLMechanismHandler(ExternalSaslMechanismHandlerCfg configuration, ServerContext serverContext)
void
GSSAPISASLMechanismHandler. initializeSASLMechanismHandler(GssapiSaslMechanismHandlerCfg configuration, ServerContext serverContext)
void
PlainSASLMechanismHandler. initializeSASLMechanismHandler(PlainSaslMechanismHandlerCfg configuration, ServerContext serverContext)
void
TraditionalWorkQueue. initializeWorkQueue(TraditionalWorkQueueCfg configuration, ServerContext serverContext)
DynamicGroup
DynamicGroup. newInstance(ServerContext serverContext, Entry groupEntry)
StaticGroup
StaticGroup. newInstance(ServerContext serverContext, Entry groupEntry)
VirtualStaticGroup
VirtualStaticGroup. newInstance(ServerContext serverContext, Entry groupEntry)
Constructors in org.opends.server.extensions with parameters of type ServerContext Constructor Description DiskSpaceMonitor(ServerContext serverContext)
Constructs a new DiskSpaceMonitor that will notify registered DiskSpaceMonitorHandler objects when filesystems on which configured directories reside, fall below the provided thresholds. -
Uses of ServerContext in org.opends.server.loggers
Methods in org.opends.server.loggers with parameters of type ServerContext Modifier and Type Method Description void
AbstractLogger. initializeLogger(List<C> configs, ServerContext serverContext)
Initializes all the log publishers.void
ConsoleDebugLogPublisher. initializeLogPublisher(DebugLogPublisherCfg config, ServerContext serverContext)
void
ConsoleErrorLogPublisher. initializeLogPublisher(ConsoleErrorLogPublisherCfg config, ServerContext serverContext)
void
LogPublisher. initializeLogPublisher(T config, ServerContext serverContext)
Initializes this publisher provider based on the information in the provided debug publisher configuration.void
TextAccessLogPublisher. initializeLogPublisher(FileBasedAccessLogPublisherCfg cfg, ServerContext serverContext)
void
TextAuditLogPublisher. initializeLogPublisher(FileBasedAuditLogPublisherCfg cfg, ServerContext serverContext)
void
TextDebugLogPublisher. initializeLogPublisher(FileBasedDebugLogPublisherCfg cfg, ServerContext serverContext)
void
TextErrorLogPublisher. initializeLogPublisher(FileBasedErrorLogPublisherCfg config, ServerContext serverContext)
void
TextHTTPAccessLogPublisher. initializeLogPublisher(FileBasedHttpAccessLogPublisherCfg cfg, ServerContext serverContext)
Constructors in org.opends.server.loggers with parameters of type ServerContext Constructor Description CommonAudit(ServerContext serverContext)
Creates the common audit.TextAccessLogPublisher(TextWriter writer, ServerContext serverContext)
Prints all messages to the provided writer. -
Uses of ServerContext in org.opends.server.protocols
Methods in org.opends.server.protocols with parameters of type ServerContext Modifier and Type Method Description void
LDIFConnectionHandler. doInitializeConnectionHandler(ServerContext serverContext, LdifConnectionHandlerCfg configuration)
boolean
LDIFConnectionHandler. isConfigurationAcceptable(ServerContext serverContext, LdifConnectionHandlerCfg config, List<LocalizableMessage> unacceptableReasons)
-
Uses of ServerContext in org.opends.server.protocols.http
Methods in org.opends.server.protocols.http with parameters of type ServerContext Modifier and Type Method Description void
HTTPConnectionHandler. doInitializeConnectionHandler(ServerContext serverContext, HttpConnectionHandlerCfg config)
boolean
HTTPConnectionHandler. isConfigurationAcceptable(ServerContext serverContext, HttpConnectionHandlerCfg config, List<LocalizableMessage> unacceptableReasons)
Constructors in org.opends.server.protocols.http with parameters of type ServerContext Constructor Description AliveEndpoint(AliveEndpointCfg configuration, ServerContext serverContext)
Create a newAliveEndpoint
with the given configuration.CrestMetricsEndpoint(CrestMetricsEndpointCfg configuration, ServerContext serverContext)
Create a newCrestMetricsEndpoint
.HealthyEndpoint(HealthyEndpointCfg configuration, ServerContext serverContext)
Create a newHealthyEndpoint
with the given configuration.PrometheusEndpoint(PrometheusEndpointCfg configuration, ServerContext serverContext)
Creates a newPrometheusEndpoint
. -
Uses of ServerContext in org.opends.server.protocols.http.authz
Constructors in org.opends.server.protocols.http.authz with parameters of type ServerContext Constructor Description HttpAuthorizationMechanismFactory(ServerContext serverContext)
Creates a new authorization mechanism factory. -
Uses of ServerContext in org.opends.server.protocols.http.rest2ldap
Constructors in org.opends.server.protocols.http.rest2ldap with parameters of type ServerContext Constructor Description AdminEndpoint(AdminEndpointCfg configuration, ServerContext serverContext)
Create a new AdminEndpoint with the supplied configuration.Rest2LdapEndpoint(Rest2ldapEndpointCfg configuration, ServerContext serverContext)
Create a new Rest2LdapEndpoint with the supplied configuration. -
Uses of ServerContext in org.opends.server.protocols.jmx
Methods in org.opends.server.protocols.jmx with parameters of type ServerContext Modifier and Type Method Description void
JmxConnectionHandler. doInitializeConnectionHandler(ServerContext serverContext, JmxConnectionHandlerCfg config)
boolean
JmxConnectionHandler. isConfigurationAcceptable(ServerContext serverContext, JmxConnectionHandlerCfg config, List<LocalizableMessage> unacceptableReasons)
-
Uses of ServerContext in org.opends.server.protocols.ldap
Methods in org.opends.server.protocols.ldap with parameters of type ServerContext Modifier and Type Method Description void
LDAPConnectionHandler. doInitializeConnectionHandler(ServerContext serverContext, LdapConnectionHandlerCfg config)
boolean
LDAPConnectionHandler. isConfigurationAcceptable(ServerContext serverContext, LdapConnectionHandlerCfg config, List<LocalizableMessage> unacceptableReasons)
-
Uses of ServerContext in org.opends.server.replication.common
Constructors in org.opends.server.replication.common with parameters of type ServerContext Constructor Description Topology(ServerContext serverContext, ServerId<?> localServerId)
Creates an empty topology. -
Uses of ServerContext in org.opends.server.replication.plugin
Methods in org.opends.server.replication.plugin with parameters of type ServerContext Modifier and Type Method Description LDAPReplicationDomain
MultimasterReplication. createNewDomainIfEnabled(ServerContext serverContext, ReplicationDomainCfg configuration)
Creates a new domain from its configEntry, do the necessary initialization and starts it so that it is fully operational when this method returns.void
MultimasterReplication. initializeSynchronizationProvider(ServerContext serverContext, ReplicationSynchronizationProviderCfg cfg)
Constructors in org.opends.server.replication.plugin with parameters of type ServerContext Constructor Description CleanStaleHistoricalMetadataPlugin(ServerContext serverContext)
Create and register a new instance of this plugin. -
Uses of ServerContext in org.opends.server.replication.protocol
Methods in org.opends.server.replication.protocol with parameters of type ServerContext Modifier and Type Method Description static org.opends.server.replication.protocol.DsSession
Session. newDsSession(ServerContext serverContext, Socket socket, com.forgerock.opendj.util.Host host, int soTimeout, ReplSessionSecurity securityConfiguration)
Creates a new DS Session.static org.opends.server.replication.protocol.RsSession
Session. newRsClientSession(ServerContext serverContext, Socket socket, com.forgerock.opendj.util.Host host, int soTimeout, ReplSessionSecurity securityConfiguration)
Creates a new RS Session in the client role.static org.opends.server.replication.protocol.RsSession
Session. newRsServerSession(ServerContext serverContext, Socket socket, int soTimeout, ReplSessionSecurity securityConfiguration)
Creates a new RS Session in the server role.Constructors in org.opends.server.replication.protocol with parameters of type ServerContext Constructor Description ReplSessionSecurity(ServerContext serverContext)
Create a ReplSessionSecurity instance. -
Uses of ServerContext in org.opends.server.replication.server
Methods in org.opends.server.replication.server that return ServerContext Modifier and Type Method Description ServerContext
ReplicationServer. getServerContext()
Returns the server context.Constructors in org.opends.server.replication.server with parameters of type ServerContext Constructor Description ReplicationServer(ServerContext serverContext, ReplicationServerCfg cfg, ShutdownSynchronizer shutdownSync)
Creates a new Replication server using the provided configuration entry and shutdown synchronization object. -
Uses of ServerContext in org.opends.server.replication.service
Fields in org.opends.server.replication.service declared as ServerContext Modifier and Type Field Description protected ServerContext
ReplicationDomain. serverContext
The directory server context.Constructors in org.opends.server.replication.service with parameters of type ServerContext Constructor Description ReplicationBroker(ServerContext serverContext, ReplicationDomain replicationDomain, ServerState state, ReplicationDomainCfg config, ReplSessionSecurity replSessionSecurity)
Creates a new ReplicationServer Broker for a particular ReplicationDomain.ReplicationDomain(ServerContext serverContext, ReplicationDomainCfg config, long generationId)
Creates a ReplicationDomain with the provided parameters. -
Uses of ServerContext in org.opends.server.schema
Methods in org.opends.server.schema with parameters of type ServerContext Modifier and Type Method Description void
CoreSchemaProvider. initialize(ServerContext serverContext, CoreSchemaCfg configuration, SchemaBuilder initialSchemaBuilder)
void
JsonEqualityMatchingRuleProvider. initialize(ServerContext serverContext, JsonEqualityMatchingRuleCfg configuration, SchemaBuilder initialSchemaBuilder)
void
JsonOrderingMatchingRuleProvider. initialize(ServerContext serverContext, JsonOrderingMatchingRuleCfg configuration, SchemaBuilder initialSchemaBuilder)
void
JsonQueryEqualityMatchingRuleProvider. initialize(ServerContext serverContext, JsonQueryEqualityMatchingRuleCfg configuration, SchemaBuilder initialSchemaBuilder)
void
SchemaHandler. initialize(ServerContext serverContext)
Initializes this schema handler.void
SchemaProvider. initialize(ServerContext serverContext, T configuration, SchemaBuilder initialSchemaBuilder)
Initialize the schema provider from provided configuration and schema builder. -
Uses of ServerContext in org.opends.server.snmp
Methods in org.opends.server.snmp with parameters of type ServerContext Modifier and Type Method Description void
SNMPConnectionHandler. doInitializeConnectionHandler(ServerContext serverContext, SnmpConnectionHandlerCfg configuration)
-
Uses of ServerContext in org.opends.server.tools
Methods in org.opends.server.tools with parameters of type ServerContext Modifier and Type Method Description static Collection<LocalBackend<?>>
BackendToolUtils. getEnabledLocalBackends(ServerContext serverContext)
Returns a collection of the enabled local backends found in the Directory Server configuration.static List<BackendToolUtils.BackendInfo>
BackendToolUtils. getLocalBackends(ServerContext serverContext)
Returns information about the local backends defined in the Directory Server configuration. -
Uses of ServerContext in org.opends.server.tools.dsbackup
Methods in org.opends.server.tools.dsbackup with parameters of type ServerContext Modifier and Type Method Description BackupRunner
BackupRunner. serverContext(ServerContext serverContext)
Sets the server context.PurgeRunner
PurgeRunner. serverContext(ServerContext serverContext)
Sets the server context.RestoreRunner
RestoreRunner. serverContext(ServerContext serverContext)
Sets the server context. -
Uses of ServerContext in org.opends.server.util
Methods in org.opends.server.util with parameters of type ServerContext Modifier and Type Method Description static Options
SslUtils. createOptionsForSslContext(Dn trustManagerProviderDn, Dn keyManagerProviderDn, String friendlyName, SortedSet<String> sslCertNicknames, SortedSet<String> sslCipherSuites, SortedSet<String> sslProtocols, ServerContext serverContext, ConnectionSecurity connectionSecurity)
Create SSL communicationsOptions
for an SSL context.static SSLContext
SslUtils. createSslContext(Collection<Dn> trustManagerProviderDns, Dn keyManagerProviderDn, String friendlyName, SortedSet<String> sslCertNicknames, ServerContext serverContext)
Creates an SSL context.static SslOptions
SslUtils. createSslOptions(Collection<Dn> trustManagerProviderDns, Dn keyManagerProviderDn, String friendlyName, SortedSet<String> sslCertNicknames, SortedSet<String> sslCipherSuites, SortedSet<String> sslProtocols, ServerContext serverContext)
CreatesSslOptions
for the provided parameters.static Path
StaticUtils. getFileForPath(String path, ServerContext serverContext)
Retrieves aPath
object corresponding to the specified path.static Path
StaticUtils. getFileForPath(Path path, ServerContext serverContext)
Retrieves aPath
object corresponding to the specified path.static KeyManager[]
SslUtils. getKeyManagers(Dn keyManagerProviderDn, String friendlyName, Set<String> sslCertNicknames, ServerContext serverContext)
Returns an array ofKeyManager
s for use by theSSLContext
while setting up communication.static TrustManager[]
SslUtils. getTrustManagers(Collection<Dn> trustManagerProviderDns, ServerContext serverContext)
Returns an array ofTrustManager
s for use by theSSLContext
while setting up communication.static void
RuntimeInformation. logInfo(ServerContext serverContext)
Write runtime information to error log.Constructors in org.opends.server.util with parameters of type ServerContext Constructor Description LDIFReader(LDIFImportConfig importConfig, ServerContext serverContext)
Creates a new LDIF reader that will read information from the specified file.
-