public abstract class AbstractSetRequiredActionAuthenticator extends Object implements Authenticator, AuthenticatorFactory
REQUIREMENT_CHOICES
Constructor and Description |
---|
AbstractSetRequiredActionAuthenticator() |
Modifier and Type | Method and Description |
---|---|
void |
action(AuthenticationFlowContext context) |
void |
close() |
boolean |
configuredFor(KeycloakSession session,
RealmModel realm,
UserModel user) |
Authenticator |
create(KeycloakSession session) |
List<ProviderConfigProperty> |
getConfigProperties() |
String |
getReferenceCategory() |
AuthenticationExecutionModel.Requirement[] |
getRequirementChoices() |
void |
init(Config.Scope config) |
boolean |
isConfigurable() |
boolean |
isUserSetupAllowed() |
void |
postInit(KeycloakSessionFactory factory) |
boolean |
requiresUser() |
void |
setRequiredActions(KeycloakSession session,
RealmModel realm,
UserModel user) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
areRequiredActionsEnabled, authenticate, getRequiredActions
getId, order
getDisplayType
getHelpText
public AbstractSetRequiredActionAuthenticator()
public void action(AuthenticationFlowContext context)
action
in interface Authenticator
public boolean requiresUser()
requiresUser
in interface Authenticator
public void setRequiredActions(KeycloakSession session, RealmModel realm, UserModel user)
setRequiredActions
in interface Authenticator
public String getReferenceCategory()
getReferenceCategory
in interface ConfigurableAuthenticatorFactory
public boolean isConfigurable()
isConfigurable
in interface ConfigurableAuthenticatorFactory
public AuthenticationExecutionModel.Requirement[] getRequirementChoices()
getRequirementChoices
in interface ConfigurableAuthenticatorFactory
public boolean isUserSetupAllowed()
isUserSetupAllowed
in interface ConfigurableAuthenticatorFactory
public List<ProviderConfigProperty> getConfigProperties()
getConfigProperties
in interface ConfiguredProvider
public void close()
close
in interface Provider
close
in interface ProviderFactory<Authenticator>
public Authenticator create(KeycloakSession session)
create
in interface ProviderFactory<Authenticator>
public void init(Config.Scope config)
init
in interface ProviderFactory<Authenticator>
public void postInit(KeycloakSessionFactory factory)
postInit
in interface ProviderFactory<Authenticator>
public boolean configuredFor(KeycloakSession session, RealmModel realm, UserModel user)
configuredFor
in interface Authenticator
Copyright © 2021 JBoss by Red Hat. All rights reserved.