Class OAuthClientResponse
java.lang.Object
com.skava.core.validation.OutputModel
com.skava.core.ResponseModel
com.skava.auth.model.response.oauthclient.OAuthClientResponse
- All Implemented Interfaces:
Serializable
public class OAuthClientResponse
extends com.skava.core.ResponseModel
Data transfer class holds the list of client details as response data to transfer from service to controller.
- Author:
- Infosys Equinox
- See Also:
-
Field Summary
Fields inherited from class com.skava.core.ResponseModel
responseCode, responseMessage, timeStamp
-
Constructor Summary
ConstructorsConstructorDescriptionOAuthClientResponse
(OAuthClientVO oAuthClient) OAuthClientResponse
(OAuthClientVO oAuthClient, String privateToken) Instantiates new client response.OAuthClientResponse
(String responseCode) -
Method Summary
Methods inherited from class com.skava.core.ResponseModel
getResponseCode, getResponseMessage, getTimeStamp, setResponseCode, setResponseMessage, setTimeStamp
-
Constructor Details
-
OAuthClientResponse
Instantiates new client response.- Parameters:
oAuthClient
- The list of clients.
-
OAuthClientResponse
-
OAuthClientResponse
- Parameters:
responseCode
- the responseCode
-