Package org.jboss.as.server
Class Bootstrap.Configuration
- java.lang.Object
-
- org.jboss.as.server.Bootstrap.Configuration
-
-
Constructor Summary
Constructors Constructor Description Configuration(ServerEnvironment serverEnvironment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ManagedAuditLoggergetAuditLogger()Get the auditLoggerDelegatingConfigurableAuthorizergetAuthorizer()Get the authorizerCapabilityRegistrygetCapabilityRegistry()Get the capability registry.Bootstrap.ConfigurationPersisterFactorygetConfigurationPersisterFactory()Get the factory for the configuration persister to use.ExtensionRegistrygetExtensionRegistry()Get the extension registry.org.jboss.modules.ModuleLoadergetModuleLoader()Get the application server module loader.ManagementSecurityIdentitySuppliergetSecurityIdentitySupplier()Get theSecurityIdentitysupplier.ServerEnvironmentgetServerEnvironment()Get the server environment.longgetStartTime()Get the server start time to report in the logs.voidsetConfigurationPersisterFactory(Bootstrap.ConfigurationPersisterFactory configurationPersisterFactory)Set the configuration persister factory to use.voidsetModuleLoader(org.jboss.modules.ModuleLoader moduleLoader)Set the application server module loader.
-
-
-
Constructor Detail
-
Configuration
public Configuration(ServerEnvironment serverEnvironment)
-
-
Method Detail
-
getServerEnvironment
public ServerEnvironment getServerEnvironment()
Get the server environment.- Returns:
- the server environment. Will not be
null
-
getExtensionRegistry
public ExtensionRegistry getExtensionRegistry()
Get the extension registry.- Returns:
- the extension registry. Will not be
null
-
getCapabilityRegistry
public CapabilityRegistry getCapabilityRegistry()
Get the capability registry.- Returns:
- the capability registry. Will not be
null
-
getAuditLogger
public ManagedAuditLogger getAuditLogger()
Get the auditLogger- Returns:
- the auditLogger
-
getAuthorizer
public DelegatingConfigurableAuthorizer getAuthorizer()
Get the authorizer- Returns:
- the authorizer
-
getSecurityIdentitySupplier
public ManagementSecurityIdentitySupplier 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
public Bootstrap.ConfigurationPersisterFactory 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
public long getStartTime()
Get the server start time to report in the logs.- Returns:
- the server start time
-
-