static BatchIsAuthorizedWithTokenResponse.Builder |
BatchIsAuthorizedWithTokenResponse.builder() |
|
default BatchIsAuthorizedWithTokenResponse.Builder |
BatchIsAuthorizedWithTokenResponse.Builder.principal(Consumer<EntityIdentifier.Builder> principal) |
The identifier of the principal in the ID or access token.
|
BatchIsAuthorizedWithTokenResponse.Builder |
BatchIsAuthorizedWithTokenResponse.Builder.principal(EntityIdentifier principal) |
The identifier of the principal in the ID or access token.
|
BatchIsAuthorizedWithTokenResponse.Builder |
BatchIsAuthorizedWithTokenResponse.Builder.results(Collection<BatchIsAuthorizedWithTokenOutputItem> results) |
A series of Allow or Deny decisions for each request, and the policies that
produced them.
|
BatchIsAuthorizedWithTokenResponse.Builder |
BatchIsAuthorizedWithTokenResponse.Builder.results(Consumer<BatchIsAuthorizedWithTokenOutputItem.Builder>... results) |
A series of Allow or Deny decisions for each request, and the policies that
produced them.
|
BatchIsAuthorizedWithTokenResponse.Builder |
BatchIsAuthorizedWithTokenResponse.Builder.results(BatchIsAuthorizedWithTokenOutputItem... results) |
A series of Allow or Deny decisions for each request, and the policies that
produced them.
|
BatchIsAuthorizedWithTokenResponse.Builder |
BatchIsAuthorizedWithTokenResponse.toBuilder() |
|