Class AuthenticatorConfigRenderContextBuilder
java.lang.Object
de.xima.fc.web.common.auth.wrapper.config.render.AuthenticatorConfigRenderContextBuilder
Builder for
AuthenticatorConfigRenderContext- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
Constructor Summary
ConstructorsConstructorDescriptionAuthenticatorConfigRenderContextBuilder(IExtendedFormRequestContext requestCtx, IFormAuthContext authCtx) -
Method Summary
Modifier and TypeMethodDescriptionbuild()withUniqueId(String id) Sets the unique ID that can be used e.g. to generate unique HTML IDs.withXfcSessionLogin(boolean xfcSessionLogin)
-
Constructor Details
-
AuthenticatorConfigRenderContextBuilder
public AuthenticatorConfigRenderContextBuilder(IExtendedFormRequestContext requestCtx, IFormAuthContext authCtx)
-
-
Method Details
-
withUniqueId
Sets the unique ID that can be used e.g. to generate unique HTML IDs.- Parameters:
id- The unique ID- Returns:
- This builder
-
withXfcSessionLogin
-
build
-