| Package | Description |
|---|---|
| org.jboss.as.controller | |
| org.jboss.as.controller.audit | |
| org.jboss.as.controller.extension |
| Modifier and Type | Method and Description |
|---|---|
protected ManagedAuditLogger |
AbstractControllerService.getAuditLogger() |
| Constructor and Description |
|---|
AbstractControllerService(ProcessType processType,
RunningModeControl runningModeControl,
ConfigurationPersister configurationPersister,
ControlledProcessState processState,
DescriptionProvider rootDescriptionProvider,
OperationStepHandler prepareStep,
ExpressionResolver expressionResolver,
ManagedAuditLogger auditLogger,
DelegatingConfigurableAuthorizer authorizer)
Deprecated.
|
AbstractControllerService(ProcessType processType,
RunningModeControl runningModeControl,
ConfigurationPersister configurationPersister,
ControlledProcessState processState,
ResourceDefinition rootResourceDefinition,
OperationStepHandler prepareStep,
ExpressionResolver expressionResolver,
ManagedAuditLogger auditLogger,
DelegatingConfigurableAuthorizer authorizer)
Deprecated.
Here for backwards compatibility for ModelTestModelControllerService
|
AbstractControllerService(ProcessType processType,
RunningModeControl runningModeControl,
ConfigurationPersister configurationPersister,
ControlledProcessState processState,
ResourceDefinition rootResourceDefinition,
OperationStepHandler prepareStep,
ExpressionResolver expressionResolver,
ManagedAuditLogger auditLogger,
DelegatingConfigurableAuthorizer authorizer,
CapabilityRegistry capabilityRegistry)
Construct a new instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ManagedAuditLoggerImpl
Audit logger wrapper
|
| Modifier and Type | Field and Description |
|---|---|
static ManagedAuditLogger |
AuditLogger.NO_OP_LOGGER
An audit logger that doesn't log.
|
| Modifier and Type | Method and Description |
|---|---|
ManagedAuditLogger |
ManagedAuditLogger.createNewConfiguration(boolean manualCommit)
Create another audit logger configuration, e.g.
|
| Constructor and Description |
|---|
ExtensionRegistry(ProcessType processType,
RunningModeControl runningModeControl,
ManagedAuditLogger auditLogger,
JmxAuthorizer authorizer)
Deprecated.
Remove once there has been a core release and we can update wildfly
|
ExtensionRegistry(ProcessType processType,
RunningModeControl runningModeControl,
ManagedAuditLogger auditLogger,
JmxAuthorizer authorizer,
RuntimeHostControllerInfoAccessor hostControllerInfoAccessor)
Constructor
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.