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, setRequiredActionsboolean matchCondition(AuthenticationFlowContext context)
default void authenticate(AuthenticationFlowContext context)
Authenticatorauthenticate in interface Authenticatordefault boolean configuredFor(KeycloakSession session, RealmModel realm, UserModel user)
AuthenticatorconfiguredFor in interface AuthenticatorCopyright © 2021 JBoss by Red Hat. All rights reserved.