Uses of Class
de.fraunhofer.iese.mydata.client.ClientId
- 
- 
Uses of ClientId in de.fraunhofer.iese.mydata.client
Methods in de.fraunhofer.iese.mydata.client that return types with arguments of type ClientId Modifier and Type Method Description Map<ClientId,Long>ILibraryClientService. listClientsForPolicy(PolicyId policyId)Map<ClientId,Long>ILibraryClientService. listClientsForTimer(TimerId timerId)Methods in de.fraunhofer.iese.mydata.client with parameters of type ClientId Modifier and Type Method Description voidILibraryClientService. deleteLibraryClient(ClientId clientId, String username)static StringClientId. getClientIdentifier(ClientId clientId)LibraryClientILibraryClientService. getLibraryClient(ClientId clientId)Get a client by its IDMap<PolicyId,Long>ILibraryClientService. listDeployedPolicyVersions(ClientId libraryClientId)Map<TimerId,Long>ILibraryClientService. listDeployedTimerVersions(ClientId libraryClientId)Constructors in de.fraunhofer.iese.mydata.client with parameters of type ClientId Constructor Description LibraryClient(ClientId clientId)Generates a new client with a token id and a secretSyncNotification(ClientId clientId)assign a clientId to the current SynNotification - 
Uses of ClientId in de.fraunhofer.iese.mydata.common.serdes
Methods in de.fraunhofer.iese.mydata.common.serdes that return types with arguments of type ClientId Modifier and Type Method Description Map<ClientId,Long>ClientVersionSerDes.TimerVersionDeserializer. deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context)Method parameters in de.fraunhofer.iese.mydata.common.serdes with type arguments of type ClientId Modifier and Type Method Description com.google.gson.JsonElementClientVersionSerDes.TimerVersionSerializer. serialize(Map<ClientId,Long> src, Type typeOfSrc, com.google.gson.JsonSerializationContext context) - 
Uses of ClientId in de.fraunhofer.iese.mydata.component.connector
Constructors in de.fraunhofer.iese.mydata.component.connector with parameters of type ClientId Constructor Description OAuthCredentials(ClientId clientId, String clientSecret, URI accessTokenURI)OAuthCredentialsUserNameAndPassword(ClientId clientId, String clientSecret, URI accessTokenURI, String username, String password) - 
Uses of ClientId in de.fraunhofer.iese.mydata.oauth
Constructors in de.fraunhofer.iese.mydata.oauth with parameters of type ClientId Constructor Description OauthClientDetails(ClientId tokenId, String secret)Generates a new client with a token id and a secret - 
Uses of ClientId in de.fraunhofer.iese.mydata.solution
Methods in de.fraunhofer.iese.mydata.solution with parameters of type ClientId Modifier and Type Method Description static SolutionIdSolutionId. fromClientId(ClientId clientId) 
 -