public class AttemptedAuthenticator extends Object implements Authenticator
Modifier and Type | Field and Description |
---|---|
static AttemptedAuthenticator |
SINGLETON |
Constructor and Description |
---|
AttemptedAuthenticator() |
Modifier and Type | Method and Description |
---|---|
void |
action(AuthenticationFlowContext context) |
void |
authenticate(AuthenticationFlowContext context) |
void |
close() |
boolean |
configuredFor(KeycloakSession session,
RealmModel realm,
UserModel user) |
boolean |
requiresUser() |
void |
setRequiredActions(KeycloakSession session,
RealmModel realm,
UserModel user) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
areRequiredActionsEnabled, getRequiredActions
public static final AttemptedAuthenticator SINGLETON
public void authenticate(AuthenticationFlowContext context)
authenticate
in interface Authenticator
public void action(AuthenticationFlowContext context)
action
in interface Authenticator
public boolean requiresUser()
requiresUser
in interface Authenticator
public boolean configuredFor(KeycloakSession session, RealmModel realm, UserModel user)
configuredFor
in interface Authenticator
public void setRequiredActions(KeycloakSession session, RealmModel realm, UserModel user)
setRequiredActions
in interface Authenticator
Copyright © 2021 JBoss by Red Hat. All rights reserved.