Uses of Class
io.jans.ca.plugin.adminui.model.auth.SSARequest
-
Packages that use SSARequest Package Description io.jans.ca.plugin.adminui.rest.license io.jans.ca.plugin.adminui.service.license -
-
Uses of SSARequest in io.jans.ca.plugin.adminui.rest.license
Methods in io.jans.ca.plugin.adminui.rest.license with parameters of type SSARequest Modifier and Type Method Description jakarta.ws.rs.core.Response
LicenseResource. postSSA(@Valid @NotNull SSARequest ssaRequest)
-
Uses of SSARequest in io.jans.ca.plugin.adminui.service.license
Methods in io.jans.ca.plugin.adminui.service.license with parameters of type SSARequest Modifier and Type Method Description LicenseApiResponse
LicenseDetailsService. 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 configuration
-