Class GetJSONWebKeySetServiceImpl
java.lang.Object
com.skava.auth.service.impl.outhclient.GetJSONWebKeySetServiceImpl
- All Implemented Interfaces:
GetJSONWebKeySetService
,com.skava.core.EcommService<GetOAuthClientRequest,
PublicKeys>
This service class implements GetJSONWebKeySetService is used to retrieve the public keys of the client applications
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
process
(GetOAuthClientRequest request) 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
-
GetJSONWebKeySetServiceImpl
public GetJSONWebKeySetServiceImpl()The class constructor.
-
-
Method Details
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<GetOAuthClientRequest,
PublicKeys>
-
process
process.
- Specified by:
process
in interfacecom.skava.core.EcommService<GetOAuthClientRequest,
PublicKeys> - Parameters:
request
- aGetOAuthClientRequest
object.- Returns:
- a
OAuthClientResponse
object.
-