| Package | Description |
|---|---|
| com.amazonaws.services.verifiedpermissions |
Amazon Verified Permissions is a permissions management service from Amazon Web Services.
|
| com.amazonaws.services.verifiedpermissions.model |
| Modifier and Type | Method and Description |
|---|---|
Future<IsAuthorizedWithTokenResult> |
AbstractAmazonVerifiedPermissionsAsync.isAuthorizedWithTokenAsync(IsAuthorizedWithTokenRequest request,
AsyncHandler<IsAuthorizedWithTokenRequest,IsAuthorizedWithTokenResult> asyncHandler) |
Future<IsAuthorizedWithTokenResult> |
AmazonVerifiedPermissionsAsyncClient.isAuthorizedWithTokenAsync(IsAuthorizedWithTokenRequest request,
AsyncHandler<IsAuthorizedWithTokenRequest,IsAuthorizedWithTokenResult> asyncHandler) |
Future<IsAuthorizedWithTokenResult> |
AmazonVerifiedPermissionsAsync.isAuthorizedWithTokenAsync(IsAuthorizedWithTokenRequest isAuthorizedWithTokenRequest,
AsyncHandler<IsAuthorizedWithTokenRequest,IsAuthorizedWithTokenResult> asyncHandler)
Makes an authorization decision about a service request described in the parameters.
|
| Modifier and Type | Method and Description |
|---|---|
IsAuthorizedWithTokenRequest |
IsAuthorizedWithTokenRequest.clone() |
IsAuthorizedWithTokenRequest |
IsAuthorizedWithTokenRequest.withAccessToken(String accessToken)
Specifies an access token for the principal to be authorized.
|
IsAuthorizedWithTokenRequest |
IsAuthorizedWithTokenRequest.withAction(ActionIdentifier action)
Specifies the requested action to be authorized.
|
IsAuthorizedWithTokenRequest |
IsAuthorizedWithTokenRequest.withContext(ContextDefinition context)
Specifies additional context that can be used to make more granular authorization decisions.
|
IsAuthorizedWithTokenRequest |
IsAuthorizedWithTokenRequest.withEntities(EntitiesDefinition entities)
Specifies the list of resources and their associated attributes that Verified Permissions can examine when
evaluating the policies.
|
IsAuthorizedWithTokenRequest |
IsAuthorizedWithTokenRequest.withIdentityToken(String identityToken)
Specifies an identity token for the principal to be authorized.
|
IsAuthorizedWithTokenRequest |
IsAuthorizedWithTokenRequest.withPolicyStoreId(String policyStoreId)
Specifies the ID of the policy store.
|
IsAuthorizedWithTokenRequest |
IsAuthorizedWithTokenRequest.withResource(EntityIdentifier resource)
Specifies the resource for which the authorization decision is made.
|
Copyright © 2023. All rights reserved.