Class GetOAuthClientServiceImpl
java.lang.Object
com.skava.auth.service.impl.outhclient.GetOAuthClientServiceImpl
- All Implemented Interfaces:
GetOAuthClientService
,com.skava.core.EcommService<GetOAuthClientRequest,
OAuthClientResponse>
This service class implements GetOAuthClientService is used to retrieve the OAuthClients according to the given
clientId and collectionId.
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
process
(GetOAuthClientRequest input) process.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.skava.core.EcommService
getValidateException, getValidator
-
Constructor Details
-
GetOAuthClientServiceImpl
public GetOAuthClientServiceImpl()The class constructor.
-
-
Method Details
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<GetOAuthClientRequest,
OAuthClientResponse>
-
process
process.
- Specified by:
process
in interfacecom.skava.core.EcommService<GetOAuthClientRequest,
OAuthClientResponse> - Parameters:
input
- aGetOAuthClientRequest
object.- Returns:
- a
OAuthClientResponse
object.
-