Class FrontendConfigProperties
java.lang.Object
ch.admin.bit.jeap.errorhandling.web.ui.configuration.FrontendConfigProperties
@Configuration
@ConfigurationProperties(prefix="jeap.errorhandling.frontend")
public class FrontendConfigProperties
extends Object
Configuration properties that will be forwarded to the UI
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanURL of the application for the redirect URI after a login.Oidc client idURL to go to after a logout.Pams Environment to be used.URL to redirect user after loginAuthentication server to be used.Default system name for authorization filterURL to display ticker numberList of backends where to a token shall be send.inthashCode()booleanShould automatically login, when PAMS session is not activebooleanShould PAMS mock be used.booleanShould new claim be submitted after token was renewed (e.g. silent renew)booleanShould silent renew be used (currently only >= REF)voidsetApplicationUrl(String applicationUrl) URL of the application for the redirect URI after a login.voidsetAutoLogin(boolean autoLogin) Should automatically login, when PAMS session is not activevoidsetClientId(String clientId) Oidc client idvoidsetLogoutRedirectUri(String logoutRedirectUri) URL to go to after a logout.voidsetMockPams(boolean mockPams) Should PAMS mock be used.voidsetPamsEnvironment(String pamsEnvironment) Pams Environment to be used.voidsetRedirectUrl(String redirectUrl) URL to redirect user after loginvoidsetRenewUserInfoAfterTokenRenew(boolean renewUserInfoAfterTokenRenew) Should new claim be submitted after token was renewed (e.g. silent renew)voidsetSilentRenew(boolean silentRenew) Should silent renew be used (currently only >= REF)voidsetStsServer(String stsServer) Authentication server to be used.voidsetSystemName(String systemName) Default system name for authorization filtervoidsetTicketingSystemUrl(String ticketingSystemUrl) URL to display ticker numbervoidsetTokenAwarePattern(List<String> tokenAwarePattern) List of backends where to a token shall be send.toString()
-
Constructor Details
-
FrontendConfigProperties
public FrontendConfigProperties()
-
-
Method Details
-
getStsServer
Authentication server to be used. -
getApplicationUrl
URL of the application for the redirect URI after a login. -
getLogoutRedirectUri
URL to go to after a logout. -
isMockPams
public boolean isMockPams()Should PAMS mock be used. -
getPamsEnvironment
Pams Environment to be used. -
getTokenAwarePattern
List of backends where to a token shall be send. -
getClientId
Oidc client id -
isSilentRenew
public boolean isSilentRenew()Should silent renew be used (currently only >= REF) -
getSystemName
Default system name for authorization filter -
isAutoLogin
public boolean isAutoLogin()Should automatically login, when PAMS session is not active -
isRenewUserInfoAfterTokenRenew
public boolean isRenewUserInfoAfterTokenRenew()Should new claim be submitted after token was renewed (e.g. silent renew) -
getRedirectUrl
URL to redirect user after login -
getTicketingSystemUrl
URL to display ticker number -
setStsServer
Authentication server to be used. -
setApplicationUrl
URL of the application for the redirect URI after a login. -
setLogoutRedirectUri
URL to go to after a logout. -
setMockPams
public void setMockPams(boolean mockPams) Should PAMS mock be used. -
setPamsEnvironment
Pams Environment to be used. -
setTokenAwarePattern
List of backends where to a token shall be send. -
setClientId
Oidc client id -
setSilentRenew
public void setSilentRenew(boolean silentRenew) Should silent renew be used (currently only >= REF) -
setSystemName
Default system name for authorization filter -
setAutoLogin
public void setAutoLogin(boolean autoLogin) Should automatically login, when PAMS session is not active -
setRenewUserInfoAfterTokenRenew
public void setRenewUserInfoAfterTokenRenew(boolean renewUserInfoAfterTokenRenew) Should new claim be submitted after token was renewed (e.g. silent renew) -
setRedirectUrl
URL to redirect user after login -
setTicketingSystemUrl
URL to display ticker number -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-