public class ConditionalUserConfiguredAuthenticator extends Object implements ConditionalAuthenticator
| Modifier and Type | Field and Description |
|---|---|
static ConditionalUserConfiguredAuthenticator |
SINGLETON |
| Constructor and Description |
|---|
ConditionalUserConfiguredAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
void |
action(AuthenticationFlowContext context) |
void |
close() |
boolean |
matchCondition(AuthenticationFlowContext context) |
boolean |
requiresUser() |
void |
setRequiredActions(KeycloakSession session,
RealmModel realm,
UserModel user) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitauthenticate, configuredForareRequiredActionsEnabled, getRequiredActionspublic static final ConditionalUserConfiguredAuthenticator SINGLETON
public ConditionalUserConfiguredAuthenticator()
public boolean matchCondition(AuthenticationFlowContext context)
matchCondition in interface ConditionalAuthenticatorpublic void action(AuthenticationFlowContext context)
action in interface Authenticatorpublic boolean requiresUser()
requiresUser in interface Authenticatorpublic void setRequiredActions(KeycloakSession session, RealmModel realm, UserModel user)
setRequiredActions in interface AuthenticatorCopyright © 2020 JBoss by Red Hat. All rights reserved.