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. getAuthCallbackBaseUrl(IFormAuthContext authCtx)
Deprecated.Won't be available in version 8.0.0 anymore.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)
Deprecated.static String
URLHelper. getSystemAuthCallbackUrl(IFormAuthContext authCtx, EAuthCallbackUrlType type, String clientName)
static String
URLHelper. getSystemAuthCallbackURL(IFormAuthContext authCtx, String authParam)
Deprecated. -
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 IAuthenticatorClients
IAuthenticatorWrapper. buildAuthenticatorClients(IFormAuthContext authCtx)
Builds the authentication clients 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 IAuthenticatorClients
IAuthenticatorConfigWrapper. buildAuthClients(IFormAuthContext authCtx)
Builds the authentication clients 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 IAuthenticatorClients
AzureAdWrapper. buildAuthenticatorClients(IFormAuthContext authCtx)
Deprecated.IAuthenticatorClients
FacebookWrapper. buildAuthenticatorClients(IFormAuthContext authCtx)
Deprecated.IAuthenticatorClients
GoogleWrapper. buildAuthenticatorClients(IFormAuthContext authCtx)
Deprecated.IAuthenticatorClients
OAuth20Wrapper. buildAuthenticatorClients(IFormAuthContext authCtx)
Deprecated.IAuthenticatorClients
OIDCWrapper. buildAuthenticatorClients(IFormAuthContext authCtx)
Deprecated.IAuthenticatorClients
PluginWrapper. buildAuthenticatorClients(IFormAuthContext authCtx)
IAuthenticatorClients
SAMLWrapper. buildAuthenticatorClients(IFormAuthContext authCtx)
Deprecated. -
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 IAuthenticatorClients
AnonymousConfigWrapper. buildAuthClients(IFormAuthContext authCtx)
IAuthenticatorClients
AnyoneConfigWrapper. buildAuthClients(IFormAuthContext authCtx)
IAuthenticatorClients
EntityConfigWrapper. buildAuthClients(IFormAuthContext authCtx)
IAuthenticatorClients
FormConfigWrapper. buildAuthClients(IFormAuthContext authCtx)
IAuthenticatorClients
KerberosConfigWrapper. buildAuthClients(IFormAuthContext authCtx)
IAuthenticatorClients
NtlmConfigWrapper. buildAuthClients(IFormAuthContext authCtx)
IAuthenticatorClients
PasswordConfigWrapper. buildAuthClients(IFormAuthContext authCtx)
org.pac4j.core.client.Client
NtlmConfigWrapper. buildNtlmClient(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. -
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 boolean
AuthHelper. isAnonymousAuthenticationAllowed(IFormAuthContext authCtx)
-