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.ConfigIFormAuthContext. getAuthConfig(EAuthenticationFlow authFlow)Returns the current configuration of the authentication context for the given authentication flow.org.pac4j.core.client.ClientIAuthenticatorClients. 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.voidIFormAuthContext. 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.ClientDefaultAuthenticatorClients. 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 EAuthenticationFlowEAuthenticationFlow. 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.ConfigFormAuthContext. buildAuthConfig(EAuthenticationFlow authFlow)org.pac4j.core.config.ConfigFormAuthContext. getAuthConfig(EAuthenticationFlow authFlow)List<org.pac4j.core.client.Client>FormAuthContext. getClients(EAuthenticationFlow authFlow)voidFormAuthContext. login(javax.servlet.FilterChain chain, EAuthenticationFlow authFlow)
-