SymbIoTeLibraries
Public Member Functions | List of all members
eu.h2020.symbiote.client.interfaces.PRClient Interface Reference
Inheritance diagram for eu.h2020.symbiote.client.interfaces.PRClient:
Inheritance graph
Collaboration diagram for eu.h2020.symbiote.client.interfaces.PRClient:
Collaboration graph

Public Member Functions

FederationSearchResult search (PlatformRegistryQuery query, boolean serverValidation, Set< String > homePlatformIds)
 
FederationSearchResult searchAsGuest (PlatformRegistryQuery query, boolean serverValidation)
 

Detailed Description

Interface for querying the Platform Registry component

Author
Vasilis Glykantzis

Member Function Documentation

◆ search()

FederationSearchResult eu.h2020.symbiote.client.interfaces.PRClient.search ( PlatformRegistryQuery  query,
boolean  serverValidation,
Set< String >  homePlatformIds 
)

Queries the Platform Registry component with home token

Parameters
querythe request send to the Platform Registry
serverValidationif true it will validate the Platform Registry Component
homePlatformIdsa set of home platform ids from which we are going to get credentials for the request
Returns
the search result

Implemented in eu.h2020.symbiote.client.feign.FeignPRClient.

◆ searchAsGuest()

FederationSearchResult eu.h2020.symbiote.client.interfaces.PRClient.searchAsGuest ( PlatformRegistryQuery  query,
boolean  serverValidation 
)

Queries the Platform Registry component with guest token

Parameters
querythe request send to the Platform Registry
serverValidationif true it will validate the Platform Registry Component
Returns
the search result

Implemented in eu.h2020.symbiote.client.feign.FeignPRClient.


The documentation for this interface was generated from the following file: