| Package | Description |
|---|---|
| com.amazonaws.services.verifiedpermissions.model |
| Modifier and Type | Method and Description |
|---|---|
EntitiesDefinition |
EntitiesDefinition.clone() |
EntitiesDefinition |
IsAuthorizedRequest.getEntities()
Specifies the list of resources and principals and their associated attributes that Verified Permissions can
examine when evaluating the policies.
|
EntitiesDefinition |
IsAuthorizedWithTokenRequest.getEntities()
Specifies the list of resources and their associated attributes that Verified Permissions can examine when
evaluating the policies.
|
EntitiesDefinition |
EntitiesDefinition.withEntityList(Collection<EntityItem> entityList)
An array of entities that are needed to successfully evaluate an authorization request.
|
EntitiesDefinition |
EntitiesDefinition.withEntityList(EntityItem... entityList)
An array of entities that are needed to successfully evaluate an authorization request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IsAuthorizedRequest.setEntities(EntitiesDefinition entities)
Specifies the list of resources and principals and their associated attributes that Verified Permissions can
examine when evaluating the policies.
|
void |
IsAuthorizedWithTokenRequest.setEntities(EntitiesDefinition entities)
Specifies the list of resources and their associated attributes that Verified Permissions can examine when
evaluating the policies.
|
IsAuthorizedRequest |
IsAuthorizedRequest.withEntities(EntitiesDefinition entities)
Specifies the list of resources and principals and their associated attributes that Verified Permissions can
examine when evaluating the policies.
|
IsAuthorizedWithTokenRequest |
IsAuthorizedWithTokenRequest.withEntities(EntitiesDefinition entities)
Specifies the list of resources and their associated attributes that Verified Permissions can examine when
evaluating the policies.
|
Copyright © 2023. All rights reserved.