Package org.jboss.as.server
Class Bootstrap.Configuration
java.lang.Object
org.jboss.as.server.Bootstrap.Configuration
- Enclosing interface:
- Bootstrap
The configuration for server bootstrap.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the auditLoggerGet the authorizerGet the capability registry.Get the factory for the configuration persister to use.Get the extension registry.org.jboss.modules.ModuleLoaderGet the application server module loader.Get theSecurityIdentitysupplier.Get the server environment.longDeprecated, for removal: This API element is subject to removal in a future version.voidsetConfigurationPersisterFactory(Bootstrap.ConfigurationPersisterFactory configurationPersisterFactory) Set the configuration persister factory to use.voidsetModuleLoader(org.jboss.modules.ModuleLoader moduleLoader) Set the application server module loader.
-
Constructor Details
-
Configuration
-
-
Method Details
-
getServerEnvironment
Get the server environment.- Returns:
- the server environment. Will not be
null
-
getExtensionRegistry
Get the extension registry.- Returns:
- the extension registry. Will not be
null
-
getCapabilityRegistry
Get the capability registry.- Returns:
- the capability registry. Will not be
null
-
getAuditLogger
Get the auditLogger- Returns:
- the auditLogger
-
getAuthorizer
Get the authorizer- Returns:
- the authorizer
-
getSecurityIdentitySupplier
Get theSecurityIdentitysupplier.- Returns:
- the
SecurityIdentitysupplier.
-
getModuleLoader
public org.jboss.modules.ModuleLoader getModuleLoader()Get the application server module loader.- Returns:
- the module loader
-
setModuleLoader
public void setModuleLoader(org.jboss.modules.ModuleLoader moduleLoader) Set the application server module loader.- Parameters:
moduleLoader- the module loader
-
getConfigurationPersisterFactory
Get the factory for the configuration persister to use.- Returns:
- the configuration persister factory
-
setConfigurationPersisterFactory
public void setConfigurationPersisterFactory(Bootstrap.ConfigurationPersisterFactory configurationPersisterFactory) Set the configuration persister factory to use.- Parameters:
configurationPersisterFactory- the configuration persister factory
-
getStartTime
Deprecated, for removal: This API element is subject to removal in a future version.Get the server start time to report in the logs.- Returns:
- the server start time
-
getServerEnvironment().getStartTime()