|
SymbIoTeLibraries
|


Public Member Functions | |
| FederationSearchResult | search (PlatformRegistryQuery query, boolean serverValidation, Set< String > homePlatformIds) |
| FederationSearchResult | searchAsGuest (PlatformRegistryQuery query, boolean serverValidation) |
Interface for querying the Platform Registry component
| FederationSearchResult eu.h2020.symbiote.client.interfaces.PRClient.search | ( | PlatformRegistryQuery | query, |
| boolean | serverValidation, | ||
| Set< String > | homePlatformIds | ||
| ) |
Queries the Platform Registry component with home token
| query | the request send to the Platform Registry |
| serverValidation | if true it will validate the Platform Registry Component |
| 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.FeignPRClient.
| FederationSearchResult eu.h2020.symbiote.client.interfaces.PRClient.searchAsGuest | ( | PlatformRegistryQuery | query, |
| boolean | serverValidation | ||
| ) |
Queries the Platform Registry component with guest token
| query | the request send to the Platform Registry |
| serverValidation | if true it will validate the Platform Registry Component |
Implemented in eu.h2020.symbiote.client.feign.FeignPRClient.
1.8.14