Uses of Enum
de.xima.fc.mdl.enums.EAuthenticationFlow
Packages that use EAuthenticationFlow
Package
Description
Commonly used enumeration that are mainly used in model classes.
-
Uses of EAuthenticationFlow in de.xima.fc.interfaces.auth
Methods in de.xima.fc.interfaces.auth with parameters of type EAuthenticationFlowModifier and TypeMethodDescriptionorg.pac4j.core.config.ConfigIFormAuthContext.getAuthConfig(EAuthenticationFlow authFlow) Returns the current configuration of the authentication context for the given authentication flow.Collection<org.pac4j.core.client.Client> IAuthenticatorClients.getClients(EAuthenticationFlow authFlow) Gets all clients for the given authentication flow.List<org.pac4j.core.client.Client> IFormAuthContext.getClients(EAuthenticationFlow authFlow) Returns an ordered list of the clients for the given authentication flow.IFormAuthContext.login(EAuthenticationFlow authFlow) Starts the login logic for the given authentication flow.IFormAuthContext.login(javax.servlet.FilterChain chain, EAuthenticationFlow authFlow) Starts the login logic for the given authentication flow. -
Uses of EAuthenticationFlow in de.xima.fc.mdl.auth
Methods in de.xima.fc.mdl.auth with parameters of type EAuthenticationFlowModifier and TypeMethodDescriptionCollection<org.pac4j.core.client.Client> DefaultAuthenticatorClients.getClients(EAuthenticationFlow authFlow) -
Uses of EAuthenticationFlow in de.xima.fc.mdl.enums
Subclasses with type arguments of type EAuthenticationFlow in de.xima.fc.mdl.enumsModifier and TypeClassDescriptionenumEnum representing the supported authentication flows for authenticator clients.Methods in de.xima.fc.mdl.enums that return EAuthenticationFlowModifier and TypeMethodDescriptionstatic EAuthenticationFlowReturns the enum constant of this type with the specified name.static EAuthenticationFlow[]EAuthenticationFlow.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EAuthenticationFlow in de.xima.fc.web.common.auth
Methods in de.xima.fc.web.common.auth with parameters of type EAuthenticationFlowModifier and TypeMethodDescriptionorg.pac4j.core.config.ConfigFormAuthContext.buildAuthConfig(EAuthenticationFlow authFlow) org.pac4j.core.config.ConfigFormAuthContext.getAuthConfig(EAuthenticationFlow authFlow) List<org.pac4j.core.client.Client> FormAuthContext.getClients(EAuthenticationFlow authFlow) FormAuthContext.login(EAuthenticationFlow authFlow) FormAuthContext.login(javax.servlet.FilterChain chain, EAuthenticationFlow authFlow)