Package | Description |
---|---|
org.jboss.as.controller.access |
Modifier and Type | Method and Description |
---|---|
AuthorizationResult.Decision |
AuthorizationResult.getDecision() |
static AuthorizationResult.Decision |
AuthorizationResult.Decision.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthorizationResult.Decision[] |
AuthorizationResult.Decision.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
AuthorizationResult(AuthorizationResult.Decision decision) |
AuthorizationResult(AuthorizationResult.Decision decision,
org.jboss.dmr.ModelNode explanation) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.