Package | Description |
---|---|
org.jboss.as.controller | |
org.jboss.as.controller.audit | |
org.jboss.as.core.security |
Modifier and Type | Method and Description |
---|---|
AccessMechanism |
AccessAuditContext.getAccessMechanism()
Gets the mechanism via which the user initiated the access.
|
Modifier and Type | Method and Description |
---|---|
void |
AccessAuditContext.setAccessMechanism(AccessMechanism accessMechanism) |
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) |
void |
AuditLogger.logJmxMethodAccess(boolean readOnly,
String userId,
String domainUUID,
AccessMechanism accessMechanism,
InetAddress remoteAddress,
String methodName,
String[] methodSignature,
Object[] methodParams,
Throwable error) |
void |
ManagedAuditLoggerImpl.logJmxMethodAccess(boolean readOnly,
String userId,
String domainUUID,
AccessMechanism accessMechanism,
InetAddress remoteAddress,
String methodName,
String[] methodSignature,
Object[] methodParams,
Throwable error) |
Modifier and Type | Method and Description |
---|---|
static AccessMechanism |
AccessMechanism.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessMechanism[] |
AccessMechanism.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.