Uses of Interface
de.xima.fc.interfaces.auth.IFormAuthContext
-
-
Uses of IFormAuthContext in de.xima.fc.form.helper
Methods in de.xima.fc.form.helper with parameters of type IFormAuthContext Modifier and Type Method Description static StringURLHelper. getAuthCheckURL(IFormAuthContext authCtx)static StringURLHelper. getAuthFormURL(IFormAuthContext authCtx)static StringURLHelper. getAuthLoginURL(IFormAuthContext authCtx, IAuthenticatorConfig config, boolean asRedirect)static StringURLHelper. getAuthLoginURL(IFormAuthContext authCtx, ProjectAuthenticatorConfig config, boolean asRedirect)Deprecated.static StringURLHelper. getAuthPasswordURL(IFormAuthContext authCtx)static StringURLHelper. getExternalAuthCallbackURL(IFormAuthContext authContext, String authParam)static StringURLHelper. getSystemAuthCallbackURL(IFormAuthContext authCtx, String authParam) -
Uses of IFormAuthContext in de.xima.fc.interfaces.auth
Methods in de.xima.fc.interfaces.auth with parameters of type IFormAuthContext Modifier and Type Method Description org.pac4j.core.client.ClientIAuthenticatorWrapper. buildAuthClient(IFormAuthContext authCtx)Builds the authentication client based on the current data of the wrapper -
Uses of IFormAuthContext in de.xima.fc.interfaces.auth.config
Methods in de.xima.fc.interfaces.auth.config with parameters of type IFormAuthContext Modifier and Type Method Description org.pac4j.core.client.ClientIAuthenticatorConfigWrapper. buildAuthClient(IFormAuthContext authCtx)Builds the authentication client based on the current data of the wrapper -
Uses of IFormAuthContext in de.xima.fc.interfaces.auth.config.render
Methods in de.xima.fc.interfaces.auth.config.render that return IFormAuthContext Modifier and Type Method Description IFormAuthContextIAuthenticatorConfigRenderContext. getAuthCtx() -
Uses of IFormAuthContext in de.xima.fc.interfaces.plugin.param.auth
Methods in de.xima.fc.interfaces.plugin.param.auth that return IFormAuthContext Modifier and Type Method Description IFormAuthContextIPluginFormAuthenticatorParams. getFormAuthContext()Gets theIFormAuthContextfor where the clients will be used -
Uses of IFormAuthContext in de.xima.fc.plugin.models.params.auth
Methods in de.xima.fc.plugin.models.params.auth that return IFormAuthContext Modifier and Type Method Description IFormAuthContextPluginFormAuthenticatorParams. getFormAuthContext()Constructors in de.xima.fc.plugin.models.params.auth with parameters of type IFormAuthContext Constructor Description PluginFormAuthenticatorParams(IFormAuthContext formAuthContext, T authenticator) -
Uses of IFormAuthContext in de.xima.fc.web.common.auth
Classes in de.xima.fc.web.common.auth that implement IFormAuthContext Modifier and Type Class Description classFormAuthContextThe authentication context for an formMethods in de.xima.fc.web.common.auth that return IFormAuthContext Modifier and Type Method Description IFormAuthContextFormAuthContextBuilder. build()Builds theIFormAuthContext -
Uses of IFormAuthContext in de.xima.fc.web.common.auth.wrapper
Methods in de.xima.fc.web.common.auth.wrapper with parameters of type IFormAuthContext Modifier and Type Method Description org.pac4j.oauth.client.FacebookClientFacebookWrapper. buildAuthClient(IFormAuthContext authCtx)org.pac4j.oauth.client.Google2ClientGoogleWrapper. buildAuthClient(IFormAuthContext authCtx)org.pac4j.core.client.ClientOAuth20Wrapper. buildAuthClient(IFormAuthContext authCtx)org.pac4j.core.client.ClientOIDCWrapper. buildAuthClient(IFormAuthContext authCtx)org.pac4j.core.client.IndirectClientPluginWrapper. buildAuthClient(IFormAuthContext authCtx)org.pac4j.core.client.ClientSAMLWrapper. buildAuthClient(IFormAuthContext authCtx) -
Uses of IFormAuthContext in de.xima.fc.web.common.auth.wrapper.config
Methods in de.xima.fc.web.common.auth.wrapper.config with parameters of type IFormAuthContext Modifier and Type Method Description AnonymousUserClientAnonymousConfigWrapper. buildAuthClient(IFormAuthContext authCtx)org.pac4j.core.client.ClientEntityConfigWrapper. buildAuthClient(IFormAuthContext authCtx)UserFormClientFormConfigWrapper. buildAuthClient(IFormAuthContext authCtx)KerberosClientKerberosConfigWrapper. buildAuthClient(IFormAuthContext authCtx)NtlmClientNtlmConfigWrapper. buildAuthClient(IFormAuthContext authCtx)org.pac4j.core.client.ClientPasswordConfigWrapper. buildAuthClient(IFormAuthContext authCtx) -
Uses of IFormAuthContext in de.xima.fc.web.common.auth.wrapper.config.render
Constructors in de.xima.fc.web.common.auth.wrapper.config.render with parameters of type IFormAuthContext Constructor Description AuthenticatorConfigRenderContextBuilder(IExtendedFormRequestContext requestCtx, IFormAuthContext authCtx) -
Uses of IFormAuthContext in de.xima.fc.web.common.respond
Methods in de.xima.fc.web.common.respond with parameters of type IFormAuthContext Modifier and Type Method Description static voidFormResponder. authenticationSelection(IExtendedFormRequestContext requestCtx, IFormAuthContext authCtx)static voidFormResponder. authenticationSelection(IExtendedFormRequestContext requestCtx, IFormAuthContext authCtx, boolean xfcSessionLogin)static voidFormResponder. authenticationSelection(IExtendedFormRequestContext requestCtx, IFormAuthContext authCtx, boolean xfcSessionLogin, ProjectAuthenticatorConfig... authConfig)Deprecated.static voidFormResponder. authenticationSelection(IExtendedFormRequestContext requestCtx, IFormAuthContext authCtx, boolean xfcSessionLogin, Collection<ProjectAuthenticatorConfig> authConfigs)Deprecated. -
Uses of IFormAuthContext in de.xima.fc.web.common.utils.auth
Methods in de.xima.fc.web.common.utils.auth with parameters of type IFormAuthContext Modifier and Type Method Description static booleanAuthHelper. isAnonymousAuthenticationAllowed(IFormAuthContext authCtx)
-