|
SymbIoTeLibraries
|


Public Member Functions | |
| FeignPRClient (ISecurityHandler securityHandler, String homePlatformId) | |
| FederationSearchResult | search (PlatformRegistryQuery query, boolean serverValidation, Set< String > homePlatformIds) |
| FederationSearchResult | searchAsGuest (PlatformRegistryQuery query, boolean serverValidation) |
symbIoTe search client based on Feign
| eu.h2020.symbiote.client.feign.FeignPRClient.FeignPRClient | ( | ISecurityHandler | securityHandler, |
| String | homePlatformId | ||
| ) |
| securityHandler | the security handler implementation that is going to be used |
| homePlatformId | the home platform id |
| FederationSearchResult eu.h2020.symbiote.client.feign.FeignPRClient.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 |
Implements eu.h2020.symbiote.client.interfaces.PRClient.
| FederationSearchResult eu.h2020.symbiote.client.feign.FeignPRClient.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 |
Implements eu.h2020.symbiote.client.interfaces.PRClient.
1.8.14