public class ConditionalOtpFormAuthenticatorFactory extends Object implements AuthenticatorFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
PROVIDER_ID |
static AuthenticationExecutionModel.Requirement[] |
REQUIREMENT_CHOICES |
static ConditionalOtpFormAuthenticator |
SINGLETON |
| Constructor and Description |
|---|
ConditionalOtpFormAuthenticatorFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitorderpublic static final String PROVIDER_ID
public static final ConditionalOtpFormAuthenticator SINGLETON
public static final AuthenticationExecutionModel.Requirement[] REQUIREMENT_CHOICES
public ConditionalOtpFormAuthenticatorFactory()
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 void close()
close in interface ProviderFactory<Authenticator>public String getId()
getId in interface ProviderFactory<Authenticator>public String getReferenceCategory()
getReferenceCategory in interface ConfigurableAuthenticatorFactorypublic boolean isConfigurable()
isConfigurable in interface ConfigurableAuthenticatorFactorypublic boolean isUserSetupAllowed()
isUserSetupAllowed in interface ConfigurableAuthenticatorFactorypublic AuthenticationExecutionModel.Requirement[] getRequirementChoices()
getRequirementChoices in interface ConfigurableAuthenticatorFactorypublic String getDisplayType()
getDisplayType in interface ConfigurableAuthenticatorFactorypublic String getHelpText()
getHelpText in interface ConfiguredProviderpublic List<ProviderConfigProperty> getConfigProperties()
getConfigProperties in interface ConfiguredProviderCopyright © 2018 JBoss by Red Hat. All rights reserved.