Uses of Interface
de.xima.fc.interfaces.auth.IFormAuthContext
Packages that use IFormAuthContext
Package
Description
-
Uses of IFormAuthContext in de.xima.fc.form.helper
Methods in de.xima.fc.form.helper with parameters of type IFormAuthContextModifier and TypeMethodDescriptionstatic 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 IFormAuthContextModifier and TypeMethodDescriptionIAuthenticatorWrapper.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 IFormAuthContextModifier and TypeMethodDescriptionIAuthenticatorConfigWrapper.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 -
Uses of IFormAuthContext in de.xima.fc.interfaces.plugin.param.auth
Methods in de.xima.fc.interfaces.plugin.param.auth that return IFormAuthContextModifier and TypeMethodDescriptionIPluginFormAuthenticatorParams.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 IFormAuthContextConstructors in de.xima.fc.plugin.models.params.auth with parameters of type IFormAuthContextModifierConstructorDescriptionPluginFormAuthenticatorParams
(IFormAuthContext formAuthContext, T authenticator) -
Uses of IFormAuthContext in de.xima.fc.security.cache
Methods in de.xima.fc.security.cache with parameters of type IFormAuthContextModifier and TypeMethodDescriptionstatic 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 IFormAuthContextMethods in de.xima.fc.web.common.auth that return IFormAuthContext -
Uses of IFormAuthContext in de.xima.fc.web.common.auth.form
Constructors in de.xima.fc.web.common.auth.form with parameters of type IFormAuthContextModifierConstructorDescriptionUserFormAuthenticator
(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 IFormAuthContextModifier and TypeMethodDescriptionAzureAdWrapper.buildAuthenticatorClients
(IFormAuthContext authCtx) Deprecated.FacebookWrapper.buildAuthenticatorClients
(IFormAuthContext authCtx) Deprecated.GoogleWrapper.buildAuthenticatorClients
(IFormAuthContext authCtx) Deprecated.OAuth20Wrapper.buildAuthenticatorClients
(IFormAuthContext authCtx) Deprecated.OIDCWrapper.buildAuthenticatorClients
(IFormAuthContext authCtx) Deprecated.PluginWrapper.buildAuthenticatorClients
(IFormAuthContext authCtx) Deprecated.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 IFormAuthContextModifier and TypeMethodDescriptionAnyoneConfigWrapper.buildAuthClients
(IFormAuthContext authCtx) DistinctUserConfigWrapper.buildAuthClients
(IFormAuthContext authCtx) NtlmConfigWrapper.buildAuthClients
(IFormAuthContext authCtx) Deprecated.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 IFormAuthContextModifierConstructorDescriptionAuthenticatorConfigRenderContextBuilder
(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 IFormAuthContextModifier and TypeMethodDescriptionstatic 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 IFormAuthContextModifier and TypeMethodDescriptionstatic boolean
AuthHelper.isAnonymousAuthenticationAllowed
(IFormAuthContext authCtx)