default AuthResult.Builder |
AuthResult.Builder.allowed(Consumer<Allowed.Builder> allowed) |
The policies and statements that allowed the specified action.
|
AuthResult.Builder |
AuthResult.Builder.allowed(Allowed allowed) |
The policies and statements that allowed the specified action.
|
AuthResult.Builder |
AuthResult.Builder.authDecision(String authDecision) |
The final authorization decision of this scenario.
|
AuthResult.Builder |
AuthResult.Builder.authDecision(AuthDecision authDecision) |
The final authorization decision of this scenario.
|
default AuthResult.Builder |
AuthResult.Builder.authInfo(Consumer<AuthInfo.Builder> authInfo) |
Authorization information.
|
AuthResult.Builder |
AuthResult.Builder.authInfo(AuthInfo authInfo) |
Authorization information.
|
static AuthResult.Builder |
AuthResult.builder() |
|
default AuthResult.Builder |
AuthResult.Builder.denied(Consumer<Denied.Builder> denied) |
The policies and statements that denied the specified action.
|
AuthResult.Builder |
AuthResult.Builder.denied(Denied denied) |
The policies and statements that denied the specified action.
|
AuthResult.Builder |
AuthResult.Builder.missingContextValues(String... missingContextValues) |
Contains any missing context values found while evaluating policy.
|
AuthResult.Builder |
AuthResult.Builder.missingContextValues(Collection<String> missingContextValues) |
Contains any missing context values found while evaluating policy.
|
AuthResult.Builder |
AuthResult.toBuilder() |
|