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)
Deprecated.static String
URLHelper. getAuthLoginURL(IFormAuthContext authCtx, ProjectAuthenticatorConfig config, boolean asRedirect)
Deprecated.static String
URLHelper. getAuthLoginURL(IFormAuthContext authCtx, IClientDescriptor client, boolean asRedirect)
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)
Deprecated.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)
Deprecated.since version 8.0.0.org.pac4j.core.authorization.authorizer.Authorizer
IAuthenticatorConfigWrapper. buildAuthorizer(IFormAuthContext authCtx)
Builds the authorizer base 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.security.cache
Methods in de.xima.fc.security.cache with parameters of type IFormAuthContext Modifier and Type Method Description static IAuthenticatorClients
AuthClientCache. getClients(IFormAuthContext authCtx, IClientDescriptor clientDescriptor)
Deprecated.since version 8.0.0. -
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.form
Constructors in de.xima.fc.web.common.auth.form with parameters of type IFormAuthContext Constructor Description UserFormAuthenticator(IFormAuthContext authCtx, FormConfigWrapper config)
Deprecated.UserFormClient(String loginUrl, IFormAuthContext authCtx, FormConfigWrapper config)
Deprecated. -
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)
Deprecated.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
AnyoneConfigWrapper. buildAuthClients(IFormAuthContext authCtx)
IAuthenticatorClients
DistinctUserConfigWrapper. buildAuthClients(IFormAuthContext authCtx)
IAuthenticatorClients
NtlmConfigWrapper. buildAuthClients(IFormAuthContext authCtx)
Deprecated.IAuthenticatorClients
PasswordConfigWrapper. buildAuthClients(IFormAuthContext authCtx)
org.pac4j.core.authorization.authorizer.Authorizer
AnonymousConfigWrapper. buildAuthorizer(IFormAuthContext authCtx)
org.pac4j.core.authorization.authorizer.Authorizer
AnyoneConfigWrapper. buildAuthorizer(IFormAuthContext authCtx)
org.pac4j.core.authorization.authorizer.Authorizer
DistinctUserConfigWrapper. buildAuthorizer(IFormAuthContext authCtx)
org.pac4j.core.authorization.authorizer.Authorizer
PasswordConfigWrapper. buildAuthorizer(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)
-