Package | Description |
---|---|
org.jboss.as.controller.audit | |
org.jboss.as.controller.security | |
org.jboss.as.core.security |
Modifier and Type | Method and Description |
---|---|
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.log(boolean readOnly,
OperationContext.ResultAction resultAction,
String userId,
String domainUUID,
AccessMechanism accessMechanism,
InetAddress remoteAddress,
Resource resultantModel,
List<org.jboss.dmr.ModelNode> operations) |
void |
ManagedAuditLoggerImpl.logJmxMethodAccess(boolean readOnly,
String userId,
String domainUUID,
AccessMechanism accessMechanism,
InetAddress remoteAddress,
String methodName,
String[] methodSignature,
Object[] methodParams,
Throwable error) |
void |
AuditLogger.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 |
---|---|
AccessMechanism |
AccessMechanismPrincipal.getAccessMechanism()
Get the IP address of this principal.
|
Constructor and Description |
---|
AccessMechanismPrincipal(AccessMechanism accessMechanism) |
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 © 2013 JBoss by Red Hat. All rights reserved.