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