Uses of Class
io.jans.ca.plugin.adminui.model.auth.LicenseApiResponse
-
Packages that use LicenseApiResponse Package Description io.jans.ca.plugin.adminui.service.license -
-
Uses of LicenseApiResponse in io.jans.ca.plugin.adminui.service.license
Methods in io.jans.ca.plugin.adminui.service.license that return LicenseApiResponse Modifier and Type Method Description LicenseApiResponse
LicenseDetailsService. activateLicense(LicenseRequest licenseRequest)
The function checks if the license is already active, if not, it creates a header map, creates a body map, and sends a POST request to the license serverLicenseApiResponse
LicenseDetailsService. checkLicense()
The function checks the license key and the api key and returns a response object
-