Uses of Class
io.jans.ca.plugin.adminui.model.auth.GenericResponse
-
-
Uses of GenericResponse in io.jans.ca.plugin.adminui.service.adminui
Methods in io.jans.ca.plugin.adminui.service.adminui that return GenericResponse Modifier and Type Method Description GenericResponseAdminUISecurityService. getPolicyStore()Retrieves the policy store configuration for the Admin UI.GenericResponseAdminUISecurityService. setRemotePolicyStoreAsDefault()Fetches the remote policy store and overwrites the local default policy-store file if remote policy-store is enabled and configured in AUI configuration.GenericResponseAdminUISecurityService. syncRoleScopeMapping()Synchronizes role-to-scope mappings in the Admin UI configuration based on the latest policy-store definitions. -
Uses of GenericResponse in io.jans.ca.plugin.adminui.service.license
Methods in io.jans.ca.plugin.adminui.service.license that return GenericResponse Modifier and Type Method Description GenericResponseLicenseDetailsService. activateLicense(LicenseRequest licenseRequest)Activate a license with the configured License API and persist updated license details.GenericResponseLicenseDetailsService. checkLicense()Verify that the stored license configuration is present, current, and not expired.GenericResponseLicenseDetailsService. deleteLicenseConfiguration()Deletes the license-related configuration in both the persistent and in-memory Admin UI configuration.GenericResponseLicenseDetailsService. generateTrialLicense()Generates a trial license via the configured License API and saves the returned license key to persistence and the in-memory AUI configuration.GenericResponseLicenseDetailsService. 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 configurationGenericResponseLicenseDetailsService. retrieveLicense()Retrieve license details from the configured License API.GenericResponseLicenseDetailsService. validateLicenseConfiguration()Validates the license configuration by checking for the presence of required parameters. -
Uses of GenericResponse in io.jans.ca.plugin.adminui.service.webhook
Methods in io.jans.ca.plugin.adminui.service.webhook that return GenericResponse Modifier and Type Method Description GenericResponseWebhookCallable. call()Methods in io.jans.ca.plugin.adminui.service.webhook that return types with arguments of type GenericResponse Modifier and Type Method Description List<GenericResponse>WebhookService. triggerEnabledWebhooks(Set<String> webhookIds, List<ShortCodeRequest> shortCodes)The function triggers enabled webhooks by creating a thread pool, validating each webhook entry, and executing them concurrently. -
Uses of GenericResponse in io.jans.ca.plugin.adminui.utils
Methods in io.jans.ca.plugin.adminui.utils that return GenericResponse Modifier and Type Method Description static GenericResponseCommonUtils. createGenericResponse(boolean result, int responseCode, String responseMessage)static GenericResponseCommonUtils. createGenericResponse(boolean result, int responseCode, String responseMessage, com.fasterxml.jackson.databind.JsonNode node)
-