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 LicenseApiResponseLicenseDetailsService. 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 serverLicenseApiResponseLicenseDetailsService. checkLicense()LicenseApiResponseLicenseDetailsService. postSSA(SSARequest ssaRequest)The function takes an SSA string as input, calls the DCR API to get the scan hostname and OIDC client settings, and saves the SSA string and the scan hostname and OIDC client settings in the Admin UI configurationLicenseApiResponseLicenseDetailsService. validateLicenseConfiguration()The function checks the license key and the api key and returns a response object
-