| Modifier and Type | Method and Description |
|---|---|
AzResult.Decision |
AzResult.getDecision()
Get the authorization decision value for this AzResult.
|
static AzResult.Decision |
AzResult.Decision.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AzResult.Decision[] |
AzResult.Decision.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AzResult.Decision |
AzResultImpl.getDecision() |
| Constructor and Description |
|---|
AzResultImpl(AzResult.Decision d,
AzResult.Status s,
AzObligations o) |
| Modifier and Type | Method and Description |
|---|---|
protected AzResult.Decision |
SimpleAuthorizationProviderImpl.Decider.decide(AzSubject subject,
AzResource resource,
AzAction action,
AzEnvironment env) |
Copyright © 2013. All Rights Reserved.