Class KeyGenerationServiceImpl
java.lang.Object
com.skava.marketplace.service.impl.KeyGenerationServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<APIKeySecretRequestInternal,
,APIKeySecretResponse> KeyGenerationService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
process
(APIKeySecretRequestInternal requestInternal) 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
-
KeyGenerationServiceImpl
public KeyGenerationServiceImpl()
-
-
Method Details
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<APIKeySecretRequestInternal,
APIKeySecretResponse>
-
process
@SendEvent(eventType="appmarketplaceservices/generateapikeyandsecret/create", identifier="request_appId") public APIKeySecretResponse process(APIKeySecretRequestInternal requestInternal) - Specified by:
process
in interfacecom.skava.core.EcommService<APIKeySecretRequestInternal,
APIKeySecretResponse>
-