Constructor and Description |
---|
Configuration(ServerEnvironment serverEnvironment) |
Modifier and Type | Method and Description |
---|---|
ManagedAuditLogger |
getAuditLogger()
Get the auditLogger
|
DelegatingConfigurableAuthorizer |
getAuthorizer()
Get the authorizer
|
CapabilityRegistry |
getCapabilityRegistry()
Get the capability registry.
|
Bootstrap.ConfigurationPersisterFactory |
getConfigurationPersisterFactory()
Get the factory for the configuration persister to use.
|
ExtensionRegistry |
getExtensionRegistry()
Get the extension registry.
|
org.jboss.modules.ModuleLoader |
getModuleLoader()
Get the application server module loader.
|
ServerEnvironment |
getServerEnvironment()
Get the server environment.
|
long |
getStartTime()
Get the server start time to report in the logs.
|
void |
setConfigurationPersisterFactory(Bootstrap.ConfigurationPersisterFactory configurationPersisterFactory)
Set the configuration persister factory to use.
|
void |
setModuleLoader(org.jboss.modules.ModuleLoader moduleLoader)
Set the application server module loader.
|
public Configuration(ServerEnvironment serverEnvironment)
public ServerEnvironment getServerEnvironment()
null
public ExtensionRegistry getExtensionRegistry()
null
public CapabilityRegistry getCapabilityRegistry()
null
public ManagedAuditLogger getAuditLogger()
public DelegatingConfigurableAuthorizer getAuthorizer()
public org.jboss.modules.ModuleLoader getModuleLoader()
public void setModuleLoader(org.jboss.modules.ModuleLoader moduleLoader)
moduleLoader
- the module loaderpublic Bootstrap.ConfigurationPersisterFactory getConfigurationPersisterFactory()
public void setConfigurationPersisterFactory(Bootstrap.ConfigurationPersisterFactory configurationPersisterFactory)
configurationPersisterFactory
- the configuration persister factorypublic long getStartTime()
Copyright © 2023 JBoss by Red Hat. All rights reserved.