Class ConditionalLoaAuthenticator
java.lang.Object
org.keycloak.authentication.authenticators.conditional.ConditionalLoaAuthenticator
- All Implemented Interfaces:
AuthenticationFlowCallback,Authenticator,ConditionalAuthenticator,Provider
public class ConditionalLoaAuthenticator
extends Object
implements ConditionalAuthenticator, AuthenticationFlowCallback
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaction(AuthenticationFlowContext context) voidclose()booleanmatchCondition(AuthenticationFlowContext context) voidvoidonTopFlowSuccess(AuthenticationFlowModel topFlow) booleanvoidsetRequiredActions(KeycloakSession session, RealmModel realm, UserModel user) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.authentication.Authenticator
areRequiredActionsEnabled, getRequiredActionsMethods inherited from interface org.keycloak.authentication.authenticators.conditional.ConditionalAuthenticator
authenticate, configuredFor
-
Field Details
-
LEVEL
- See Also:
-
MAX_AGE
- See Also:
-
DEFAULT_MAX_AGE
public static final int DEFAULT_MAX_AGE- See Also:
-
STORE_IN_USER_SESSION
Deprecated.- See Also:
-
-
Constructor Details
-
ConditionalLoaAuthenticator
-
-
Method Details
-
matchCondition
- Specified by:
matchConditionin interfaceConditionalAuthenticator
-
onParentFlowSuccess
- Specified by:
onParentFlowSuccessin interfaceAuthenticationFlowCallback
-
onTopFlowSuccess
- Specified by:
onTopFlowSuccessin interfaceAuthenticationFlowCallback
-
action
- Specified by:
actionin interfaceAuthenticator
-
requiresUser
public boolean requiresUser()- Specified by:
requiresUserin interfaceAuthenticator
-
setRequiredActions
- Specified by:
setRequiredActionsin interfaceAuthenticator
-
close
public void close()
-