public class ValidatePassword extends AbstractDirectGrantAuthenticator
| Modifier and Type | Field and Description |
|---|---|
static String |
PROVIDER_ID |
REQUIREMENT_CHOICES| Constructor and Description |
|---|
ValidatePassword() |
| Modifier and Type | Method and Description |
|---|---|
void |
authenticate(AuthenticationFlowContext context) |
boolean |
configuredFor(KeycloakSession session,
RealmModel realm,
UserModel user) |
List<ProviderConfigProperty> |
getConfigProperties() |
String |
getDisplayType() |
String |
getHelpText() |
String |
getId() |
String |
getReferenceCategory() |
AuthenticationExecutionModel.Requirement[] |
getRequirementChoices() |
boolean |
isConfigurable() |
boolean |
isUserSetupAllowed() |
boolean |
requiresUser() |
protected String |
retrievePassword(AuthenticationFlowContext context) |
void |
setRequiredActions(KeycloakSession session,
RealmModel realm,
UserModel user) |
action, close, create, errorResponse, init, postInitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitareRequiredActionsEnabled, getRequiredActionsorderpublic static final String PROVIDER_ID
public void authenticate(AuthenticationFlowContext context)
public boolean requiresUser()
public boolean configuredFor(KeycloakSession session, RealmModel realm, UserModel user)
public void setRequiredActions(KeycloakSession session, RealmModel realm, UserModel user)
public boolean isUserSetupAllowed()
public String getDisplayType()
public String getReferenceCategory()
public boolean isConfigurable()
public AuthenticationExecutionModel.Requirement[] getRequirementChoices()
public String getHelpText()
public List<ProviderConfigProperty> getConfigProperties()
public String getId()
protected String retrievePassword(AuthenticationFlowContext context)
Copyright © 2020 JBoss by Red Hat. All rights reserved.