public class ResetCredentialChooseUser extends Object implements Authenticator, AuthenticatorFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
PROVIDER_ID |
static AuthenticationExecutionModel.Requirement[] |
REQUIREMENT_CHOICES |
| Constructor and Description |
|---|
ResetCredentialChooseUser() |
| Modifier and Type | Method and Description |
|---|---|
void |
action(AuthenticationFlowContext context) |
void |
authenticate(AuthenticationFlowContext context) |
void |
close() |
boolean |
configuredFor(KeycloakSession session,
RealmModel realm,
UserModel user) |
Authenticator |
create(KeycloakSession session) |
List<ProviderConfigProperty> |
getConfigProperties() |
String |
getDisplayType() |
String |
getHelpText() |
String |
getId() |
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, waitorderpublic static final String PROVIDER_ID
public static final AuthenticationExecutionModel.Requirement[] REQUIREMENT_CHOICES
public void authenticate(AuthenticationFlowContext context)
authenticate in interface Authenticatorpublic void action(AuthenticationFlowContext context)
action in interface Authenticatorpublic boolean requiresUser()
requiresUser in interface Authenticatorpublic boolean configuredFor(KeycloakSession session, RealmModel realm, UserModel user)
configuredFor in interface Authenticatorpublic void setRequiredActions(KeycloakSession session, RealmModel realm, UserModel user)
setRequiredActions in interface Authenticatorpublic String getDisplayType()
getDisplayType in interface ConfigurableAuthenticatorFactorypublic String getReferenceCategory()
getReferenceCategory in interface ConfigurableAuthenticatorFactorypublic boolean isConfigurable()
isConfigurable in interface ConfigurableAuthenticatorFactorypublic AuthenticationExecutionModel.Requirement[] getRequirementChoices()
getRequirementChoices in interface ConfigurableAuthenticatorFactorypublic boolean isUserSetupAllowed()
isUserSetupAllowed in interface ConfigurableAuthenticatorFactorypublic String getHelpText()
getHelpText in interface ConfiguredProviderpublic List<ProviderConfigProperty> getConfigProperties()
getConfigProperties in interface ConfiguredProviderpublic void close()
close in interface Providerclose 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 String getId()
getId in interface ProviderFactory<Authenticator>Copyright © 2018 JBoss by Red Hat. All rights reserved.