Class AuthenticatorConfigRenderContextBuilder
- java.lang.Object
-
- de.xima.fc.web.common.auth.wrapper.config.render.AuthenticatorConfigRenderContextBuilder
-
public class AuthenticatorConfigRenderContextBuilder extends Object
Builder forAuthenticatorConfigRenderContext
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
-
Constructor Summary
Constructors Constructor Description AuthenticatorConfigRenderContextBuilder(IExtendedFormRequestContext requestCtx, IFormAuthContext authCtx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description de.xima.fc.web.common.auth.wrapper.config.render.AuthenticatorConfigRenderContext
build()
AuthenticatorConfigRenderContextBuilder
withXfcSessionLogin(boolean xfcSessionLogin)
-
-
-
Constructor Detail
-
AuthenticatorConfigRenderContextBuilder
public AuthenticatorConfigRenderContextBuilder(IExtendedFormRequestContext requestCtx, IFormAuthContext authCtx)
-
-
Method Detail
-
withXfcSessionLogin
public AuthenticatorConfigRenderContextBuilder withXfcSessionLogin(boolean xfcSessionLogin)
-
build
public de.xima.fc.web.common.auth.wrapper.config.render.AuthenticatorConfigRenderContext build()
-
-