public class IdpUsernamePasswordFormFactory extends UsernamePasswordFormFactory
Modifier and Type | Field and Description |
---|---|
static UsernamePasswordForm |
IDP_SINGLETON |
static String |
PROVIDER_ID |
REQUIREMENT_CHOICES, SINGLETON
Constructor and Description |
---|
IdpUsernamePasswordFormFactory() |
Modifier and Type | Method and Description |
---|---|
Authenticator |
create(KeycloakSession session) |
String |
getDisplayType()
Friendly name for the authenticator
|
String |
getHelpText() |
String |
getId() |
close, createDisplay, getConfigProperties, getReferenceCategory, getRequirementChoices, init, isConfigurable, isUserSetupAllowed, postInit
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
order
public static final String PROVIDER_ID
public static final UsernamePasswordForm IDP_SINGLETON
public Authenticator create(KeycloakSession session)
create
in interface ProviderFactory<Authenticator>
create
in class UsernamePasswordFormFactory
public String getId()
getId
in interface ProviderFactory<Authenticator>
getId
in class UsernamePasswordFormFactory
public String getHelpText()
getHelpText
in interface ConfiguredProvider
getHelpText
in class UsernamePasswordFormFactory
public String getDisplayType()
ConfigurableAuthenticatorFactory
getDisplayType
in interface ConfigurableAuthenticatorFactory
getDisplayType
in class UsernamePasswordFormFactory
Copyright © 2020 JBoss by Red Hat. All rights reserved.