Uses of Class
com.skava.marketplace.model.domain.APIKeySecretDO
Packages that use APIKeySecretDO
Package
Description
Domain model classes of the Appmarketplace Service available here.
Exchange request model classes of the Appmarketplace Service available here.
DB operations(CRUD) are triggered from the process class.
-
Uses of APIKeySecretDO in com.skava.marketplace.model.domain
Methods in com.skava.marketplace.model.domain that return APIKeySecretDOModifier and TypeMethodDescriptionAPIKeySecretDO.fromEntity
(DeveloperAppCredentials developerAppCred) -
Uses of APIKeySecretDO in com.skava.marketplace.model.exchange.request
Methods in com.skava.marketplace.model.exchange.request that return APIKeySecretDOModifier and TypeMethodDescriptionAPIKeySecretRequestInternal.toDomainObject()
Converts the APIKeySecretRequestInternal object to an APIKeySecretDO object. -
Uses of APIKeySecretDO in com.skava.marketplace.process
Methods in com.skava.marketplace.process that return APIKeySecretDOModifier and TypeMethodDescriptionKeyGenerationProcess.findByAppId
(APIKeySecretDO apiKeySecretDO) KeyGenerationProcess.saveKeyandSecret
(APIKeySecretDO apiKeySecretDO, String reqBodyEmail) Methods in com.skava.marketplace.process with parameters of type APIKeySecretDOModifier and TypeMethodDescriptionKeyGenerationProcess.findByAppId
(APIKeySecretDO apiKeySecretDO) KeyGenerationProcess.saveKeyandSecret
(APIKeySecretDO apiKeySecretDO, String reqBodyEmail)