|
SymbIoTeLibraries
|


Public Member Functions | |
| ResourceUrlsResponse | getResourceUrl (String resourceId, boolean serverValidation, Set< String > homePlatformIds) |
| ResourceUrlsResponse | getResourceUrl (Set< String > resourceIds, boolean serverValidation, Set< String > homePlatformIds) |
| ResourceUrlsResponse | getResourceUrlAsGuest (String resourceId, boolean serverValidation) |
| ResourceUrlsResponse | getResourceUrlAsGuest (Set< String > resourceIds, boolean serverValidation) |
Interface for querying the Core Resource Access Manager (CRAM) component
| ResourceUrlsResponse eu.h2020.symbiote.client.interfaces.CRAMClient.getResourceUrl | ( | String | resourceId, |
| boolean | serverValidation, | ||
| Set< String > | homePlatformIds | ||
| ) |
Queries CRAM with home token for getting the url of a single resource
| resourceId | the id of the resource |
| serverValidation | if true it will validate CRAM |
| homePlatformIds | a set of home platform ids from which we are going to get credentials for the request |
Implemented in eu.h2020.symbiote.client.feign.FeignCRAMClient.
| ResourceUrlsResponse eu.h2020.symbiote.client.interfaces.CRAMClient.getResourceUrl | ( | Set< String > | resourceIds, |
| boolean | serverValidation, | ||
| Set< String > | homePlatformIds | ||
| ) |
Queries CRAM with home token for getting the urls of a list of resources
| resourceIds | a list containing the ids of the resources |
| serverValidation | if true it will validate CRAM |
| homePlatformIds | a set of home platform ids from which we are going to get credentials for the request |
Implemented in eu.h2020.symbiote.client.feign.FeignCRAMClient.
| ResourceUrlsResponse eu.h2020.symbiote.client.interfaces.CRAMClient.getResourceUrlAsGuest | ( | String | resourceId, |
| boolean | serverValidation | ||
| ) |
Queries CRAM with guest token for getting the url of a single resource
| resourceId | the id of the resource |
| serverValidation | if true it will validate CRAM |
Implemented in eu.h2020.symbiote.client.feign.FeignCRAMClient.
| ResourceUrlsResponse eu.h2020.symbiote.client.interfaces.CRAMClient.getResourceUrlAsGuest | ( | Set< String > | resourceIds, |
| boolean | serverValidation | ||
| ) |
Queries CRAM with guest token for getting the urls of a list of resources
| resourceIds | a list containing the ids of the resources |
| serverValidation | if true it will validate CRAM |
Implemented in eu.h2020.symbiote.client.feign.FeignCRAMClient.
1.8.14