public interface ConditionalAuthenticator extends Authenticator
Modifier and Type | Method and Description |
---|---|
default void |
authenticate(AuthenticationFlowContext context)
Initial call for the authenticator.
|
default boolean |
configuredFor(KeycloakSession session,
RealmModel realm,
UserModel user)
Is this authenticator configured for this user.
|
boolean |
matchCondition(AuthenticationFlowContext context) |
action, areRequiredActionsEnabled, getRequiredActions, requiresUser, setRequiredActions
boolean matchCondition(AuthenticationFlowContext context)
default void authenticate(AuthenticationFlowContext context)
Authenticator
authenticate
in interface Authenticator
default boolean configuredFor(KeycloakSession session, RealmModel realm, UserModel user)
Authenticator
configuredFor
in interface Authenticator
Copyright © 2020 JBoss by Red Hat. All rights reserved.