Package de.fraunhofer.iese.mydata.oauth
Class OauthClientDetails
java.lang.Object
de.fraunhofer.iese.mydata.common.MyDataEntity
de.fraunhofer.iese.mydata.oauth.OauthClientDetails
-
Constructor Summary
ConstructorDescriptionDefault constructor for JPAOauthClientDetails
(ClientId tokenId, String secret) Generates a new client with a token id and a secret -
Method Summary
Methods inherited from class de.fraunhofer.iese.mydata.common.MyDataEntity
fromJson, getGson, getGson, toJson, toString, validate, validateAndNullCheck
-
Constructor Details
-
OauthClientDetails
public OauthClientDetails()Default constructor for JPA -
OauthClientDetails
Generates a new client with a token id and a secret- Parameters:
tokenId
-secret
-
-
-
Method Details