static BatchIsAuthorizedWithTokenOutputItem.Builder |
BatchIsAuthorizedWithTokenOutputItem.builder() |
|
BatchIsAuthorizedWithTokenOutputItem.Builder |
BatchIsAuthorizedWithTokenOutputItem.Builder.decision(String decision) |
An authorization decision that indicates if the authorization request should be allowed or denied.
|
BatchIsAuthorizedWithTokenOutputItem.Builder |
BatchIsAuthorizedWithTokenOutputItem.Builder.decision(Decision decision) |
An authorization decision that indicates if the authorization request should be allowed or denied.
|
BatchIsAuthorizedWithTokenOutputItem.Builder |
BatchIsAuthorizedWithTokenOutputItem.Builder.determiningPolicies(Collection<DeterminingPolicyItem> determiningPolicies) |
The list of determining policies used to make the authorization decision.
|
BatchIsAuthorizedWithTokenOutputItem.Builder |
BatchIsAuthorizedWithTokenOutputItem.Builder.determiningPolicies(Consumer<DeterminingPolicyItem.Builder>... determiningPolicies) |
The list of determining policies used to make the authorization decision.
|
BatchIsAuthorizedWithTokenOutputItem.Builder |
BatchIsAuthorizedWithTokenOutputItem.Builder.determiningPolicies(DeterminingPolicyItem... determiningPolicies) |
The list of determining policies used to make the authorization decision.
|
BatchIsAuthorizedWithTokenOutputItem.Builder |
BatchIsAuthorizedWithTokenOutputItem.Builder.errors(Collection<EvaluationErrorItem> errors) |
Errors that occurred while making an authorization decision.
|
BatchIsAuthorizedWithTokenOutputItem.Builder |
BatchIsAuthorizedWithTokenOutputItem.Builder.errors(Consumer<EvaluationErrorItem.Builder>... errors) |
Errors that occurred while making an authorization decision.
|
BatchIsAuthorizedWithTokenOutputItem.Builder |
BatchIsAuthorizedWithTokenOutputItem.Builder.errors(EvaluationErrorItem... errors) |
Errors that occurred while making an authorization decision.
|
default BatchIsAuthorizedWithTokenOutputItem.Builder |
BatchIsAuthorizedWithTokenOutputItem.Builder.request(Consumer<BatchIsAuthorizedWithTokenInputItem.Builder> request) |
The authorization request that initiated the decision.
|
BatchIsAuthorizedWithTokenOutputItem.Builder |
BatchIsAuthorizedWithTokenOutputItem.Builder.request(BatchIsAuthorizedWithTokenInputItem request) |
The authorization request that initiated the decision.
|
BatchIsAuthorizedWithTokenOutputItem.Builder |
BatchIsAuthorizedWithTokenOutputItem.toBuilder() |
|