Package | Description |
---|---|
org.jboss.as.controller | |
org.jboss.as.controller.audit |
Modifier and Type | Method and Description |
---|---|
static OperationContext.ResultAction |
OperationContext.ResultAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationContext.ResultAction[] |
OperationContext.ResultAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
OperationContext.ResultHandler.handleResult(OperationContext.ResultAction resultAction,
OperationContext context,
org.jboss.dmr.ModelNode operation)
Callback to an
OperationStepHandler indicating that the result of the overall operation is
known and the handler can take any necessary actions to deal with that result. |
Constructor and Description |
---|
ConfigurationChange(OperationContext.ResultAction resultAction,
String userId,
String domainUuid,
AccessMechanism accessMecanism,
InetAddress inetAddress,
List<org.jboss.dmr.ModelNode> operations) |
Modifier and Type | Method and Description |
---|---|
void |
AuditLogger.log(boolean readOnly,
OperationContext.ResultAction resultAction,
String userId,
String domainUUID,
AccessMechanism accessMechanism,
InetAddress remoteAddress,
Resource resultantModel,
List<org.jboss.dmr.ModelNode> operations) |
void |
ManagedAuditLoggerImpl.log(boolean readOnly,
OperationContext.ResultAction resultAction,
String userId,
String domainUUID,
AccessMechanism accessMechanism,
InetAddress remoteAddress,
Resource resultantModel,
List<org.jboss.dmr.ModelNode> operations) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.