| 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.
|
ManagementSecurityIdentitySupplier |
getSecurityIdentitySupplier()
Get the
SecurityIdentity supplier. |
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()
nullpublic ExtensionRegistry getExtensionRegistry()
nullpublic CapabilityRegistry getCapabilityRegistry()
nullpublic ManagedAuditLogger getAuditLogger()
public DelegatingConfigurableAuthorizer getAuthorizer()
public ManagementSecurityIdentitySupplier getSecurityIdentitySupplier()
SecurityIdentity supplier.SecurityIdentity supplier.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 © 2020 JBoss by Red Hat. All rights reserved.