Class AUIConfiguration
- java.lang.Object
-
- io.jans.ca.plugin.adminui.model.config.AUIConfiguration
-
public class AUIConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description AUIConfiguration()
-
Method Summary
-
-
-
Method Detail
-
getAppType
public String getAppType()
-
setAppType
public void setAppType(String appType)
-
getAuthServerHost
public String getAuthServerHost()
-
setAuthServerHost
public void setAuthServerHost(String authServerHost)
-
getAuthServerClientId
public String getAuthServerClientId()
-
setAuthServerClientId
public void setAuthServerClientId(String authServerClientId)
-
getAuthServerClientSecret
public String getAuthServerClientSecret()
-
setAuthServerClientSecret
public void setAuthServerClientSecret(String authServerClientSecret)
-
getAuthServerScope
public String getAuthServerScope()
-
setAuthServerScope
public void setAuthServerScope(String authServerScope)
-
getAuthServerRedirectUrl
public String getAuthServerRedirectUrl()
-
setAuthServerRedirectUrl
public void setAuthServerRedirectUrl(String authServerRedirectUrl)
-
getAuthServerFrontChannelLogoutUrl
public String getAuthServerFrontChannelLogoutUrl()
-
setAuthServerFrontChannelLogoutUrl
public void setAuthServerFrontChannelLogoutUrl(String authServerFrontChannelLogoutUrl)
-
getAuthServerPostLogoutRedirectUri
public String getAuthServerPostLogoutRedirectUri()
-
setAuthServerPostLogoutRedirectUri
public void setAuthServerPostLogoutRedirectUri(String authServerPostLogoutRedirectUri)
-
getAuthServerAuthzBaseUrl
public String getAuthServerAuthzBaseUrl()
-
setAuthServerAuthzBaseUrl
public void setAuthServerAuthzBaseUrl(String authServerAuthzBaseUrl)
-
getAuthServerTokenEndpoint
public String getAuthServerTokenEndpoint()
-
setAuthServerTokenEndpoint
public void setAuthServerTokenEndpoint(String authServerTokenEndpoint)
-
getAuthServerIntrospectionEndpoint
public String getAuthServerIntrospectionEndpoint()
-
setAuthServerIntrospectionEndpoint
public void setAuthServerIntrospectionEndpoint(String authServerIntrospectionEndpoint)
-
getAuthServerUserInfoEndpoint
public String getAuthServerUserInfoEndpoint()
-
setAuthServerUserInfoEndpoint
public void setAuthServerUserInfoEndpoint(String authServerUserInfoEndpoint)
-
getAuthServerEndSessionEndpoint
public String getAuthServerEndSessionEndpoint()
-
setAuthServerEndSessionEndpoint
public void setAuthServerEndSessionEndpoint(String authServerEndSessionEndpoint)
-
getTokenServerClientId
public String getTokenServerClientId()
-
setTokenServerClientId
public void setTokenServerClientId(String tokenServerClientId)
-
getTokenServerClientSecret
public String getTokenServerClientSecret()
-
setTokenServerClientSecret
public void setTokenServerClientSecret(String tokenServerClientSecret)
-
getTokenServerScope
public String getTokenServerScope()
-
setTokenServerScope
public void setTokenServerScope(String tokenServerScope)
-
getTokenServerRedirectUrl
public String getTokenServerRedirectUrl()
-
setTokenServerRedirectUrl
public void setTokenServerRedirectUrl(String tokenServerRedirectUrl)
-
getTokenServerFrontChannelLogoutUrl
public String getTokenServerFrontChannelLogoutUrl()
-
setTokenServerFrontChannelLogoutUrl
public void setTokenServerFrontChannelLogoutUrl(String tokenServerFrontChannelLogoutUrl)
-
getTokenServerPostLogoutRedirectUri
public String getTokenServerPostLogoutRedirectUri()
-
setTokenServerPostLogoutRedirectUri
public void setTokenServerPostLogoutRedirectUri(String tokenServerPostLogoutRedirectUri)
-
getTokenServerAuthzBaseUrl
public String getTokenServerAuthzBaseUrl()
-
setTokenServerAuthzBaseUrl
public void setTokenServerAuthzBaseUrl(String tokenServerAuthzBaseUrl)
-
getTokenServerTokenEndpoint
public String getTokenServerTokenEndpoint()
-
setTokenServerTokenEndpoint
public void setTokenServerTokenEndpoint(String tokenServerTokenEndpoint)
-
getTokenServerIntrospectionEndpoint
public String getTokenServerIntrospectionEndpoint()
-
setTokenServerIntrospectionEndpoint
public void setTokenServerIntrospectionEndpoint(String tokenServerIntrospectionEndpoint)
-
getTokenServerUserInfoEndpoint
public String getTokenServerUserInfoEndpoint()
-
setTokenServerUserInfoEndpoint
public void setTokenServerUserInfoEndpoint(String tokenServerUserInfoEndpoint)
-
getTokenServerEndSessionEndpoint
public String getTokenServerEndSessionEndpoint()
-
setTokenServerEndSessionEndpoint
public void setTokenServerEndSessionEndpoint(String tokenServerEndSessionEndpoint)
-
getLicenseConfiguration
public LicenseConfiguration getLicenseConfiguration()
-
setLicenseConfiguration
public void setLicenseConfiguration(LicenseConfiguration licenseConfiguration)
-
getAuthServerAcrValues
public String getAuthServerAcrValues()
-
setAuthServerAcrValues
public void setAuthServerAcrValues(String authServerAcrValues)
-
getTokenServerAcrValues
public String getTokenServerAcrValues()
-
setTokenServerAcrValues
public void setTokenServerAcrValues(String tokenServerAcrValues)
-
-