Class AbstractSetRequiredActionAuthenticator
java.lang.Object
org.keycloak.authentication.authenticators.resetcred.AbstractSetRequiredActionAuthenticator
- All Implemented Interfaces:
- Authenticator,- AuthenticatorFactory,- ConfigurableAuthenticatorFactory,- ConfiguredProvider,- Provider,- ProviderFactory<Authenticator>
- Direct Known Subclasses:
- ResetOTP,- ResetPassword
public abstract class AbstractSetRequiredActionAuthenticator
extends Object
implements Authenticator, AuthenticatorFactory
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
- 
Field SummaryFields inherited from interface org.keycloak.authentication.ConfigurableAuthenticatorFactoryREQUIREMENT_CHOICES
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaction(AuthenticationFlowContext context) Called from a form action invocation.voidclose()This is called when the server shuts down.booleanconfiguredFor(KeycloakSession session, RealmModel realm, UserModel user) Is this authenticator configured for this user.create(KeycloakSession session) General authenticator type, i.e.What requirement settings are allowed.voidinit(Config.Scope config) Only called once when the factory is first created.booleanIs this authenticator configurable?booleanDoes this authenticator have required actions that can set if the user does not have this authenticator set up?voidpostInit(KeycloakSessionFactory factory) Called after all provider factories have been initializedbooleanDoes this authenticator require that the user has already been identified? That AuthenticatorContext.getUser() is not null?voidsetRequiredActions(KeycloakSession session, RealmModel realm, UserModel user) Set actions to configure authenticatorMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.authentication.AuthenticatorareRequiredActionsEnabled, authenticate, getRequiredActionsMethods inherited from interface org.keycloak.authentication.ConfigurableAuthenticatorFactorygetDisplayTypeMethods inherited from interface org.keycloak.provider.ConfiguredProvidergetConfig, getHelpTextMethods inherited from interface org.keycloak.provider.ProviderFactorygetConfigMetadata, getId, order
- 
Constructor Details- 
AbstractSetRequiredActionAuthenticatorpublic AbstractSetRequiredActionAuthenticator()
 
- 
- 
Method Details- 
actionDescription copied from interface:AuthenticatorCalled from a form action invocation.- Specified by:
- actionin interface- Authenticator
 
- 
requiresUserpublic boolean requiresUser()Description copied from interface:AuthenticatorDoes this authenticator require that the user has already been identified? That AuthenticatorContext.getUser() is not null?- Specified by:
- requiresUserin interface- Authenticator
- Returns:
 
- 
setRequiredActionsDescription copied from interface:AuthenticatorSet actions to configure authenticator- Specified by:
- setRequiredActionsin interface- Authenticator
 
- 
getReferenceCategoryDescription copied from interface:ConfigurableAuthenticatorFactoryGeneral authenticator type, i.e. totp, password, cert.- Specified by:
- getReferenceCategoryin interface- ConfigurableAuthenticatorFactory
- Returns:
- null if not a referencable category
 
- 
isConfigurablepublic boolean isConfigurable()Description copied from interface:ConfigurableAuthenticatorFactoryIs this authenticator configurable?- Specified by:
- isConfigurablein interface- ConfigurableAuthenticatorFactory
- Returns:
 
- 
getRequirementChoicesDescription copied from interface:ConfigurableAuthenticatorFactoryWhat requirement settings are allowed.- Specified by:
- getRequirementChoicesin interface- ConfigurableAuthenticatorFactory
- Returns:
 
- 
isUserSetupAllowedpublic boolean isUserSetupAllowed()Description copied from interface:ConfigurableAuthenticatorFactoryDoes this authenticator have required actions that can set if the user does not have this authenticator set up?- Specified by:
- isUserSetupAllowedin interface- ConfigurableAuthenticatorFactory
- Returns:
 
- 
getConfigProperties- Specified by:
- getConfigPropertiesin interface- ConfiguredProvider
 
- 
closepublic void close()Description copied from interface:ProviderFactoryThis is called when the server shuts down.- Specified by:
- closein interface- Provider
- Specified by:
- closein interface- ProviderFactory<Authenticator>
 
- 
create- Specified by:
- createin interface- ProviderFactory<Authenticator>
 
- 
initDescription copied from interface:ProviderFactoryOnly called once when the factory is first created. This config is pulled from keycloak_server.json- Specified by:
- initin interface- ProviderFactory<Authenticator>
 
- 
postInitDescription copied from interface:ProviderFactoryCalled after all provider factories have been initialized- Specified by:
- postInitin interface- ProviderFactory<Authenticator>
 
- 
configuredForDescription copied from interface:AuthenticatorIs this authenticator configured for this user.- Specified by:
- configuredForin interface- Authenticator
- Returns:
 
 
-