Class IdpUsernamePasswordFormFactory
- java.lang.Object
-
- org.keycloak.authentication.authenticators.browser.UsernamePasswordFormFactory
-
- org.keycloak.authentication.authenticators.broker.IdpUsernamePasswordFormFactory
-
- All Implemented Interfaces:
AuthenticatorFactory
,ConfigurableAuthenticatorFactory
,ConfiguredProvider
,ProviderFactory<Authenticator>
public class IdpUsernamePasswordFormFactory extends UsernamePasswordFormFactory
- Author:
- Marek Posolda
-
-
Field Summary
Fields Modifier and Type Field Description static UsernamePasswordForm
IDP_SINGLETON
static String
PROVIDER_ID
-
Fields inherited from class org.keycloak.authentication.authenticators.browser.UsernamePasswordFormFactory
REQUIREMENT_CHOICES, SINGLETON
-
-
Constructor Summary
Constructors Constructor Description IdpUsernamePasswordFormFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Authenticator
create(KeycloakSession session)
String
getDisplayType()
Friendly name for the authenticatorString
getHelpText()
String
getId()
-
Methods inherited from class org.keycloak.authentication.authenticators.browser.UsernamePasswordFormFactory
close, getConfigProperties, getReferenceCategory, getRequirementChoices, init, isConfigurable, isUserSetupAllowed, postInit
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.keycloak.provider.ConfiguredProvider
getConfig
-
Methods inherited from interface org.keycloak.provider.ProviderFactory
getConfigMetadata, order
-
-
-
-
Field Detail
-
PROVIDER_ID
public static final String PROVIDER_ID
- See Also:
- Constant Field Values
-
IDP_SINGLETON
public static final UsernamePasswordForm IDP_SINGLETON
-
-
Method Detail
-
create
public Authenticator create(KeycloakSession session)
- Specified by:
create
in interfaceProviderFactory<Authenticator>
- Overrides:
create
in classUsernamePasswordFormFactory
-
getId
public String getId()
- Specified by:
getId
in interfaceProviderFactory<Authenticator>
- Overrides:
getId
in classUsernamePasswordFormFactory
-
getHelpText
public String getHelpText()
- Specified by:
getHelpText
in interfaceConfiguredProvider
- Overrides:
getHelpText
in classUsernamePasswordFormFactory
-
getDisplayType
public String getDisplayType()
Description copied from interface:ConfigurableAuthenticatorFactory
Friendly name for the authenticator- Specified by:
getDisplayType
in interfaceConfigurableAuthenticatorFactory
- Overrides:
getDisplayType
in classUsernamePasswordFormFactory
- Returns:
-
-