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>
- Author:
- Marek Posolda
-
Field Summary
Fields inherited from class org.keycloak.authentication.authenticators.browser.UsernamePasswordFormFactory
REQUIREMENT_CHOICES, SINGLETON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(KeycloakSession session) Friendly name for the authenticatorgetId()
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 Details
-
PROVIDER_ID
- See Also:
-
IDP_SINGLETON
-
-
Constructor Details
-
IdpUsernamePasswordFormFactory
public IdpUsernamePasswordFormFactory()
-
-
Method Details
-
create
- Specified by:
create
in interfaceProviderFactory<Authenticator>
- Overrides:
create
in classUsernamePasswordFormFactory
-
getId
- Specified by:
getId
in interfaceProviderFactory<Authenticator>
- Overrides:
getId
in classUsernamePasswordFormFactory
-
getHelpText
- Specified by:
getHelpText
in interfaceConfiguredProvider
- Overrides:
getHelpText
in classUsernamePasswordFormFactory
-
getDisplayType
Description copied from interface:ConfigurableAuthenticatorFactory
Friendly name for the authenticator- Specified by:
getDisplayType
in interfaceConfigurableAuthenticatorFactory
- Overrides:
getDisplayType
in classUsernamePasswordFormFactory
- Returns:
-