Package com.skava.auth.model.entities
Class OAuthClient
java.lang.Object
com.skava.auth.model.entities.OAuthClient
@Entity(name="oauth_client")
@Config(defaultVariableName="oauthclient")
public class OAuthClient
extends Object
This Model class represents the persistence informations of the `oauth_client` entity.
- Version:
- $Id: $Id
- Author:
- Infosys Equinox
-
Constructor Summary
ConstructorsConstructorDescriptionDefault Constructor.OAuthClient
(OAuthClientVO openIDClient, Long collectionId) Instantiates a new authorization group. -
Method Summary
-
Constructor Details
-
OAuthClient
public OAuthClient()Default Constructor. -
OAuthClient
Instantiates a new authorization group.- Parameters:
openIDClient
- aOAuthClientVO
object. Data transfer object corresponding to the Open ID Client's persistence entity transformation.collectionId
- the collectionId
-