Uses of Class
io.mosip.kernel.lkeymanager.dto.LicenseKeyMappingDto
-
Packages that use LicenseKeyMappingDto Package Description io.mosip.kernel.lkeymanager.controller io.mosip.kernel.lkeymanager.service.impl -
-
Uses of LicenseKeyMappingDto in io.mosip.kernel.lkeymanager.controller
Method parameters in io.mosip.kernel.lkeymanager.controller with type arguments of type LicenseKeyMappingDto Modifier and Type Method Description ResponseWrapper<LicenseKeyMappingResponseDto>LicenseKeyController. mapLicenseKey(RequestWrapper<LicenseKeyMappingDto> licenseKeyMappingDto)This method will map license key to several permissions. -
Uses of LicenseKeyMappingDto in io.mosip.kernel.lkeymanager.service.impl
Methods in io.mosip.kernel.lkeymanager.service.impl with parameters of type LicenseKeyMappingDto Modifier and Type Method Description StringLicenseKeyManagerServiceImpl. mapLicenseKey(LicenseKeyMappingDto licenseKeyMappingDto)
-