Package com.skava.auth.model.entities
Class ClientSecret
java.lang.Object
com.skava.auth.model.entities.ClientSecret
This model class represents the persistence informations of the `client_secrets` entity.
- Author:
- Infosys Equinox
-
Constructor Summary
ConstructorsConstructorDescriptionClientSecret
(OAuthClient oAuthClient) This constructor construct the ClientSecret for client.ClientSecret
(Long secretId, OAuthClient oAuthClient) This constructor construct the ClientSecret for existing client with new secret key. -
Method Summary
-
Constructor Details
-
ClientSecret
This constructor construct the ClientSecret for client.- Parameters:
oAuthClient
- aOAuthClient
object.
-
ClientSecret
This constructor construct the ClientSecret for existing client with new secret key.- Parameters:
secretId
- aLong
object. which holds the unique secret key identifier of the client.oAuthClient
- aOAuthClient
object.
-