Class CreateOAuthClientAccessTokenServiceImpl
java.lang.Object
com.skava.auth.service.impl.outhclient.CreateOAuthClientAccessTokenServiceImpl
- All Implemented Interfaces:
CreateOAuthClientAccessTokenService
,com.skava.core.EcommService<OAuthClientAccessTokenVO,
OAuthClientAccessTokenResponse>
@Service
public class CreateOAuthClientAccessTokenServiceImpl
extends Object
implements CreateOAuthClientAccessTokenService
Class to create access_token for client
based on clientId and clientSecret
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprocess
(OAuthClientAccessTokenVO input) Method used to hit OAuth provider api to fetch access_token for clientMethods 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, getValidator
-
Constructor Details
-
CreateOAuthClientAccessTokenServiceImpl
public CreateOAuthClientAccessTokenServiceImpl()constructor
-
-
Method Details
-
process
Method used to hit OAuth provider api to fetch access_token for client- Specified by:
process
in interfacecom.skava.core.EcommService<OAuthClientAccessTokenVO,
OAuthClientAccessTokenResponse>
-