public interface ServerContext
| Modifier and Type | Method and Description |
|---|---|
BackendConfigManager |
getBackendConfigManager()
Returns the manager of backends.
|
CommonAudit |
getCommonAudit()
Returns the common audit manager.
|
ConfigurationHandler |
getConfigurationHandler()
Returns the configuration handler, which provides operations to the configuration.
|
CoreConfigManager |
getCoreConfigManager()
Returns the manager of core configuration.
|
ScheduledExecutorService |
getCronExecutorService()
Returns the UNIX's cron-like executor service.
|
CryptoManager |
getCryptoManager()
Returns the Crypto Manager for the instance.
|
DiskSpaceMonitor |
getDiskSpaceMonitor()
Returns the Disk Space Monitoring service, for checking free disk space.
|
DirectoryEnvironmentConfig |
getEnvironment()
Returns the environment of the server.
|
org.forgerock.http.routing.Router |
getHTTPRouter()
Returns the HTTP request router.
|
String |
getInstanceRoot()
Returns the directory of server instance.
|
KeyManagerProvider<?> |
getKeyManagerProvider(org.forgerock.opendj.ldap.DN keyManagerProviderDN)
Returns the key manager provider matching the provided DN.
|
LoggerConfigManager |
getLoggerConfigManager()
Returns the logger config manager.
|
MemoryQuota |
getMemoryQuota()
Returns the memory quota system for reserving long term memory.
|
org.forgerock.opendj.server.config.server.RootCfg |
getRootConfig()
Returns the root configuration object.
|
org.forgerock.opendj.ldap.schema.Schema |
getSchema()
Returns the schema of the server.
|
SchemaHandler |
getSchemaHandler()
Returns the schema handler, which provides operations to the schema.
|
org.forgerock.opendj.config.server.ServerManagementContext |
getServerManagementContext()
Returns the server management context, which gives
an entry point on configuration objects.
|
String |
getServerRoot()
Returns the root directory of server.
|
ServiceDiscoveryMechanismConfigManager |
getServiceDiscoveryMechanismConfigManager()
Returns the Service Discovery Mechanism Config Manager.
|
TrustManagerProvider<?> |
getTrustManagerProvider(org.forgerock.opendj.ldap.DN trustManagerProviderDN)
Returns the trust manager provider matching the provided DN.
|
String getInstanceRoot()
String getServerRoot()
org.forgerock.opendj.ldap.schema.Schema getSchema()
The schema is immutable. Any change on the schema must be done using a SchemaHandler
which is available through the getSchemaHandler() method.
SchemaHandler getSchemaHandler()
ConfigurationHandler getConfigurationHandler()
DirectoryEnvironmentConfig getEnvironment()
org.forgerock.opendj.config.server.ServerManagementContext getServerManagementContext()
org.forgerock.opendj.server.config.server.RootCfg getRootConfig()
Equivalent to calling getServerManagementContext().getRootConfiguration().
MemoryQuota getMemoryQuota()
DiskSpaceMonitor getDiskSpaceMonitor()
org.forgerock.http.routing.Router getHTTPRouter()
CommonAudit getCommonAudit()
ServiceDiscoveryMechanismConfigManager getServiceDiscoveryMechanismConfigManager()
LoggerConfigManager getLoggerConfigManager()
CryptoManager getCryptoManager()
ScheduledExecutorService getCronExecutorService()
BackendConfigManager getBackendConfigManager()
CoreConfigManager getCoreConfigManager()
KeyManagerProvider<?> getKeyManagerProvider(org.forgerock.opendj.ldap.DN keyManagerProviderDN)
keyManagerProviderDN - the DN of the key manager providernull if none matchTrustManagerProvider<?> getTrustManagerProvider(org.forgerock.opendj.ldap.DN trustManagerProviderDN)
trustManagerProviderDN - the DN of the trust manager providernull if none matchCopyright © 2010-2020 Wren Security. All Rights Reserved.