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 UsernamePasswordFormIDP_SINGLETONstatic StringPROVIDER_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 Authenticatorcreate(KeycloakSession session)StringgetDisplayType()Friendly name for the authenticatorStringgetHelpText()StringgetId()-
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:
createin interfaceProviderFactory<Authenticator>- Overrides:
createin classUsernamePasswordFormFactory
-
getId
public String getId()
- Specified by:
getIdin interfaceProviderFactory<Authenticator>- Overrides:
getIdin classUsernamePasswordFormFactory
-
getHelpText
public String getHelpText()
- Specified by:
getHelpTextin interfaceConfiguredProvider- Overrides:
getHelpTextin classUsernamePasswordFormFactory
-
getDisplayType
public String getDisplayType()
Description copied from interface:ConfigurableAuthenticatorFactoryFriendly name for the authenticator- Specified by:
getDisplayTypein interfaceConfigurableAuthenticatorFactory- Overrides:
getDisplayTypein classUsernamePasswordFormFactory- Returns:
-
-