Class FrontendConfigProperties
java.lang.Object
ch.admin.bit.jeap.processcontext.ui.configuration.FrontendConfigProperties
@Configuration
@ConfigurationProperties(prefix="jeap.processcontext.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.Authentication server to be used.Default system name for authorization filterList of backend 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(URI 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(URI logoutRedirectUri) URL to go to after a logout.voidsetMockPams(boolean mockPams) Should PAMS mock be used.voidsetPamsEnvironment(String pamsEnvironment) Pams Environment to be used.voidsetRenewUserInfoAfterTokenRenew(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(URI stsServer) Authentication server to be used.voidsetSystemName(String systemName) Default system name for authorization filtervoidsetTokenAwarePattern(List<String> tokenAwarePattern) List of backend 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 backend 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) -
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 backend 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) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-