public interface ServerContext
Modifier and Type | Method and Description |
---|---|
CommonAudit |
getCommonAudit()
Returns the common audit manager.
|
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.
|
LoggerConfigManager |
getLoggerConfigManager()
Returns the logger config manager.
|
MemoryQuota |
getMemoryQuota()
Returns the memory quota system for reserving long term memory.
|
RootCfg |
getRootConfig()
Returns the root configuration object.
|
Schema |
getSchema()
Returns the schema of the server.
|
Schema |
getSchemaNG()
Returns the new schema of the server (SDK schema).
|
ServerManagementContext |
getServerManagementContext()
Returns the server management context, which gives
an entry point on configuration objects.
|
String |
getServerRoot()
Returns the root directory of server.
|
String getInstanceRoot()
String getServerRoot()
Schema getSchemaNG()
This method will disappear once migration to new schema is finished. Meanwhile, it is necessary to keep both the legacy version and the new version.
DirectoryEnvironmentConfig getEnvironment()
ServerManagementContext getServerManagementContext()
RootCfg getRootConfig()
Equivalent to calling getServerManagementContext().getRootConfiguration()
.
MemoryQuota getMemoryQuota()
DiskSpaceMonitor getDiskSpaceMonitor()
org.forgerock.http.routing.Router getHTTPRouter()
CommonAudit getCommonAudit()
LoggerConfigManager getLoggerConfigManager()
CryptoManager getCryptoManager()
Copyright 2010-2017 ForgeRock AS.