|
SymbIoTeLibraries
|


Public Member Functions | |
| FeignSearchClient (ISecurityHandler securityHandler, String coreAddress) | |
| QueryResponse | search (CoreQueryRequest request, boolean serverValidation, Set< String > homePlatformIds) |
| QueryResponse | searchAsGuest (CoreQueryRequest request, boolean serverValidation) |
symbIoTe search client based on Feign
| eu.h2020.symbiote.client.feign.FeignSearchClient.FeignSearchClient | ( | ISecurityHandler | securityHandler, |
| String | coreAddress | ||
| ) |
| securityHandler | the security handler implementation that is going to be used |
| coreAddress | the base address of the symbIoTe core |
| QueryResponse eu.h2020.symbiote.client.feign.FeignSearchClient.search | ( | CoreQueryRequest | request, |
| boolean | serverValidation, | ||
| Set< String > | homePlatformIds | ||
| ) |
Queries the Core Search with home token
| request | the request sent to the Search |
| serverValidation | if true it will validate the Search 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.SearchClient.
| QueryResponse eu.h2020.symbiote.client.feign.FeignSearchClient.searchAsGuest | ( | CoreQueryRequest | request, |
| boolean | serverValidation | ||
| ) |
Queries the Core Search with guest token
| request | the request send to the Search |
| serverValidation | if true it will validate the Search Component |
Implements eu.h2020.symbiote.client.interfaces.SearchClient.
1.8.14