Class GetAllOAuthClientServiceImpl
java.lang.Object
com.skava.auth.service.impl.outhclient.GetAllOAuthClientServiceImpl
- All Implemented Interfaces:
GetAllOAuthClientService
,com.skava.core.EcommService<GetAllOAuthClientRequest,
OAuthClientsResponse>
@Service
public class GetAllOAuthClientServiceImpl
extends Object
implements GetAllOAuthClientService
The Class GetAllOAuthClientServiceImpl is used for finding all the
OAuthClient based on the provided information.
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
process
(GetAllOAuthClientRequest request) This method is used to load all OAuthClient based on given OAuthClient request.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
-
GetAllOAuthClientServiceImpl
public GetAllOAuthClientServiceImpl()
-
-
Method Details
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<GetAllOAuthClientRequest,
OAuthClientsResponse>
-
process
This method is used to load all OAuthClient based on given OAuthClient request.- Specified by:
process
in interfacecom.skava.core.EcommService<GetAllOAuthClientRequest,
OAuthClientsResponse> - Parameters:
request
- It contains the attributes required for the load all OAuthClient.- Returns:
- It returns the
OAuthClientsResponse
. throwsValidateException
if any validation error occurs.
-