Class AppConfigResponse
java.lang.Object
io.jans.ca.plugin.adminui.model.auth.AppConfigResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<io.jans.as.model.config.adminui.KeyValuePair>Retrieve the additional key-value parameters configured for the Admin UI.Gets the default policy store path used by the Admin UI.io.jans.configapi.core.model.adminui.CedarlingLogTypeRetrieves the Cedarling log type configured for the Admin UI.getScope()voidsetAcrValues(String acrValues) voidsetAdditionalParameters(List<io.jans.as.model.config.adminui.KeyValuePair> additionalParameters) voidsetAllowSmtpKeystoreEdit(Boolean allowSmtpKeystoreEdit) voidsetAuiDefaultPolicyStorePath(String auiDefaultPolicyStorePath) voidsetAuiPolicyStoreUrl(String auiPolicyStoreUrl) Set the Admin UI policy store URL.voidsetAuthServerHost(String authServerHost) voidsetAuthzBaseUrl(String authzBaseUrl) voidsetCedarlingLogType(io.jans.configapi.core.model.adminui.CedarlingLogType cedarlingLogType) voidsetClientId(String clientId) voidsetEndSessionEndpoint(String endSessionEndpoint) voidsetFrontChannelLogoutUrl(String frontChannelLogoutUrl) voidsetPostLogoutRedirectUri(String postLogoutRedirectUri) Set the Post-Logout Redirect URL used by the client for OIDC logout redirection.voidsetRedirectUrl(String redirectUrl) voidsetResponseType(String responseType) voidvoidsetSessionTimeoutInMins(Integer sessionTimeoutInMins)
-
Constructor Details
-
AppConfigResponse
public AppConfigResponse()
-
-
Method Details
-
getAdditionalParameters
Retrieve the additional key-value parameters configured for the Admin UI.- Returns:
- the list of additional parameters, or `null` if none are configured
-
setAdditionalParameters
public void setAdditionalParameters(List<io.jans.as.model.config.adminui.KeyValuePair> additionalParameters) -
getSessionTimeoutInMins
-
setSessionTimeoutInMins
-
getAllowSmtpKeystoreEdit
-
setAllowSmtpKeystoreEdit
-
getAuthServerHost
-
getAuthzBaseUrl
-
getClientId
-
getResponseType
-
getScope
-
getRedirectUrl
-
getAcrValues
-
setAcrValues
-
getFrontChannelLogoutUrl
-
getPostLogoutRedirectUri
-
getEndSessionEndpoint
-
setEndSessionEndpoint
-
setAuthServerHost
-
setAuthzBaseUrl
-
setClientId
-
setResponseType
-
setScope
-
setRedirectUrl
-
setFrontChannelLogoutUrl
-
setPostLogoutRedirectUri
Set the Post-Logout Redirect URL used by the client for OIDC logout redirection.- Parameters:
postLogoutRedirectUri- the redirect URL to use after logout; may be null to clear the value
-
getCedarlingLogType
public io.jans.configapi.core.model.adminui.CedarlingLogType getCedarlingLogType()Retrieves the Cedarling log type configured for the Admin UI.- Returns:
- the configured `CedarlingLogType`, or `null` if not set
-
setCedarlingLogType
public void setCedarlingLogType(io.jans.configapi.core.model.adminui.CedarlingLogType cedarlingLogType) -
getAuiPolicyStoreUrl
-
setAuiPolicyStoreUrl
Set the Admin UI policy store URL.- Parameters:
auiPolicyStoreUrl- the URL of the policy store used by the Admin UI
-
getAuiDefaultPolicyStorePath
Gets the default policy store path used by the Admin UI.- Returns:
- the configured default policy store path, or `null` if not set
-
setAuiDefaultPolicyStorePath
-