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.Config
IFormAuthContext.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
Methods in de.xima.fc.mdl.enums that return EAuthenticationFlowModifier and TypeMethodDescriptionstatic EAuthenticationFlow
Returns 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.Config
FormAuthContext.buildAuthConfig
(EAuthenticationFlow authFlow) org.pac4j.core.config.Config
FormAuthContext.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)