Class ValidatePassword
java.lang.Object
org.keycloak.authentication.authenticators.directgrant.AbstractDirectGrantAuthenticator
org.keycloak.authentication.authenticators.directgrant.ValidatePassword
- All Implemented Interfaces:
Authenticator
,AuthenticatorFactory
,ConfigurableAuthenticatorFactory
,ConfiguredProvider
,Provider
,ProviderFactory<Authenticator>
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Field Summary
FieldsFields inherited from interface org.keycloak.authentication.ConfigurableAuthenticatorFactory
REQUIREMENT_CHOICES
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
authenticate
(AuthenticationFlowContext context) boolean
configuredFor
(KeycloakSession session, RealmModel realm, UserModel user) getId()
boolean
boolean
boolean
protected String
void
setRequiredActions
(KeycloakSession session, RealmModel realm, UserModel user) Methods inherited from class org.keycloak.authentication.authenticators.directgrant.AbstractDirectGrantAuthenticator
action, close, create, errorResponse, init, postInit
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.keycloak.authentication.Authenticator
areRequiredActionsEnabled, getRequiredActions
Methods inherited from interface org.keycloak.provider.ConfiguredProvider
getConfig
Methods inherited from interface org.keycloak.provider.ProviderFactory
getConfigMetadata, order
-
Field Details
-
PROVIDER_ID
- See Also:
-
-
Constructor Details
-
ValidatePassword
public ValidatePassword()
-
-
Method Details
-
authenticate
-
requiresUser
public boolean requiresUser() -
configuredFor
-
setRequiredActions
-
isUserSetupAllowed
public boolean isUserSetupAllowed() -
getDisplayType
-
getReferenceCategory
-
isConfigurable
public boolean isConfigurable() -
getRequirementChoices
-
getHelpText
-
getConfigProperties
-
getId
-
retrievePassword
-