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 String
URLHelper. getAuthCheckURL(IFormAuthContext authCtx)
static String
URLHelper. getAuthFormURL(IFormAuthContext authCtx)
static String
URLHelper. getAuthLoginURL(IFormAuthContext authCtx, IAuthenticatorConfig config, boolean asRedirect)
static String
URLHelper. getAuthLoginURL(IFormAuthContext authCtx, ProjectAuthenticatorConfig config, boolean asRedirect)
Deprecated.static String
URLHelper. getAuthPasswordURL(IFormAuthContext authCtx)
static String
URLHelper. getExternalAuthCallbackURL(IFormAuthContext authContext, String authParam)
static String
URLHelper. 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.Client
IAuthenticatorWrapper. 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.Client
IAuthenticatorConfigWrapper. 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 IFormAuthContext
IAuthenticatorConfigRenderContext. 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 IFormAuthContext
IPluginFormAuthenticatorParams. getFormAuthContext()
Gets theIFormAuthContext
for 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 IFormAuthContext
PluginFormAuthenticatorParams. 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 class
FormAuthContext
The authentication context for an formMethods in de.xima.fc.web.common.auth that return IFormAuthContext Modifier and Type Method Description IFormAuthContext
FormAuthContextBuilder. 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.FacebookClient
FacebookWrapper. buildAuthClient(IFormAuthContext authCtx)
org.pac4j.oauth.client.Google2Client
GoogleWrapper. buildAuthClient(IFormAuthContext authCtx)
org.pac4j.core.client.Client
OAuth20Wrapper. buildAuthClient(IFormAuthContext authCtx)
org.pac4j.core.client.Client
OIDCWrapper. buildAuthClient(IFormAuthContext authCtx)
org.pac4j.core.client.IndirectClient
PluginWrapper. buildAuthClient(IFormAuthContext authCtx)
org.pac4j.core.client.Client
SAMLWrapper. 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 AnonymousUserClient
AnonymousConfigWrapper. buildAuthClient(IFormAuthContext authCtx)
org.pac4j.core.client.Client
EntityConfigWrapper. buildAuthClient(IFormAuthContext authCtx)
UserFormClient
FormConfigWrapper. buildAuthClient(IFormAuthContext authCtx)
KerberosClient
KerberosConfigWrapper. buildAuthClient(IFormAuthContext authCtx)
NtlmClient
NtlmConfigWrapper. buildAuthClient(IFormAuthContext authCtx)
org.pac4j.core.client.Client
PasswordConfigWrapper. 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 void
FormResponder. authenticationSelection(IExtendedFormRequestContext requestCtx, IFormAuthContext authCtx)
static void
FormResponder. authenticationSelection(IExtendedFormRequestContext requestCtx, IFormAuthContext authCtx, boolean xfcSessionLogin)
static void
FormResponder. authenticationSelection(IExtendedFormRequestContext requestCtx, IFormAuthContext authCtx, boolean xfcSessionLogin, ProjectAuthenticatorConfig... authConfig)
Deprecated.static void
FormResponder. authenticationSelection(IExtendedFormRequestContext requestCtx, IFormAuthContext authCtx, boolean xfcSessionLogin, Collection<ProjectAuthenticatorConfig> authConfigs)
Deprecated.
-