Uses of Class
de.fraunhofer.iese.mydata.client.ClientId
Packages that use ClientId
Package
Description
-
Uses of ClientId in de.fraunhofer.iese.mydata.client
Methods in de.fraunhofer.iese.mydata.client that return types with arguments of type ClientIdModifier and TypeMethodDescriptionILibraryClientService.listClientsForPolicy
(PolicyId policyId) ILibraryClientService.listClientsForTimer
(TimerId timerId) Methods in de.fraunhofer.iese.mydata.client with parameters of type ClientIdModifier and TypeMethodDescriptionvoid
ILibraryClientService.deleteLibraryClient
(ClientId clientId, String username) static String
ClientId.getClientIdentifier
(ClientId clientId) ILibraryClientService.getLibraryClient
(ClientId clientId) Get a client by its IDILibraryClientService.listDeployedPolicyVersions
(ClientId libraryClientId) ILibraryClientService.listDeployedTimerVersions
(ClientId libraryClientId) Constructors in de.fraunhofer.iese.mydata.client with parameters of type ClientIdModifierConstructorDescriptionLibraryClient
(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 ClientIdModifier and TypeMethodDescriptionClientVersionSerDes.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 -
Uses of ClientId in de.fraunhofer.iese.mydata.component.connector
Constructors in de.fraunhofer.iese.mydata.component.connector with parameters of type ClientIdModifierConstructorDescriptionOAuthCredentials
(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 ClientIdModifierConstructorDescriptionOauthClientDetails
(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