Uses of Class
de.xima.fc.mdl.enums.EAuthenticationFlow
-
Packages that use EAuthenticationFlow Package Description de.xima.fc.interfaces.auth de.xima.fc.mdl.auth de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes.de.xima.fc.web.common.auth -
-
Uses of EAuthenticationFlow in de.xima.fc.interfaces.auth
Methods in de.xima.fc.interfaces.auth with parameters of type EAuthenticationFlow Modifier and Type Method Description org.pac4j.core.config.Config
IFormAuthContext. getAuthConfig(EAuthenticationFlow authFlow)
Returns the current configuration of the authentication context for the given authentication flow.org.pac4j.core.client.Client
IAuthenticatorClients. getClient(EAuthenticationFlow authFlow)
The client for a 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.Object
IFormAuthContext. login(EAuthenticationFlow authFlow)
Starts the login logic for the given authentication flow.Object
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 EAuthenticationFlow Modifier and Type Method Description org.pac4j.core.client.Client
DefaultAuthenticatorClients. getClient(EAuthenticationFlow authFlow)
-
Uses of EAuthenticationFlow in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EAuthenticationFlow Modifier and Type Method Description static EAuthenticationFlow
EAuthenticationFlow. valueOf(String name)
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 EAuthenticationFlow Modifier and Type Method Description org.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)
Object
FormAuthContext. login(EAuthenticationFlow authFlow)
Object
FormAuthContext. login(javax.servlet.FilterChain chain, EAuthenticationFlow authFlow)
-