Class LicenseKeyManagerServiceImpl
java.lang.Object
io.mosip.kernel.lkeymanager.service.impl.LicenseKeyManagerServiceImpl
- All Implemented Interfaces:
io.mosip.kernel.core.licensekeymanager.spi.LicenseKeyManagerService<String,LicenseKeyGenerationDto, LicenseKeyMappingDto>
@Service
@Transactional
public class LicenseKeyManagerServiceImpl
extends Object
implements io.mosip.kernel.core.licensekeymanager.spi.LicenseKeyManagerService<String,LicenseKeyGenerationDto,LicenseKeyMappingDto>
Implementation class for
LicenseKeyManagerService.- Since:
- 1.0.0
- Author:
- Sagar Mahapatra
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfetchLicenseKeyPermissions(String tspID, String licenseKey) generateLicenseKey(LicenseKeyGenerationDto licenseKeyGenerationDto) mapLicenseKey(LicenseKeyMappingDto licenseKeyMappingDto)
-
Constructor Details
-
LicenseKeyManagerServiceImpl
public LicenseKeyManagerServiceImpl()
-
-
Method Details
-
generateLicenseKey
- Specified by:
generateLicenseKeyin interfaceio.mosip.kernel.core.licensekeymanager.spi.LicenseKeyManagerService<String,LicenseKeyGenerationDto, LicenseKeyMappingDto>
-
mapLicenseKey
- Specified by:
mapLicenseKeyin interfaceio.mosip.kernel.core.licensekeymanager.spi.LicenseKeyManagerService<String,LicenseKeyGenerationDto, LicenseKeyMappingDto>
-
fetchLicenseKeyPermissions
- Specified by:
fetchLicenseKeyPermissionsin interfaceio.mosip.kernel.core.licensekeymanager.spi.LicenseKeyManagerService<String,LicenseKeyGenerationDto, LicenseKeyMappingDto>
-