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 SummaryFields Modifier and Type Field Description static UsernamePasswordFormIDP_SINGLETONstatic StringPROVIDER_ID- 
Fields inherited from class org.keycloak.authentication.authenticators.browser.UsernamePasswordFormFactoryREQUIREMENT_CHOICES, SINGLETON
 
- 
 - 
Constructor SummaryConstructors Constructor Description IdpUsernamePasswordFormFactory()
 - 
Method SummaryAll 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.UsernamePasswordFormFactoryclose, getConfigProperties, getReferenceCategory, getRequirementChoices, init, isConfigurable, isUserSetupAllowed, postInit
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.provider.ConfiguredProvidergetConfig
 - 
Methods inherited from interface org.keycloak.provider.ProviderFactorygetConfigMetadata, order
 
- 
 
- 
- 
- 
Field Detail- 
PROVIDER_IDpublic static final String PROVIDER_ID - See Also:
- Constant Field Values
 
 - 
IDP_SINGLETONpublic static final UsernamePasswordForm IDP_SINGLETON 
 
- 
 - 
Method Detail- 
createpublic Authenticator create(KeycloakSession session) - Specified by:
- createin interface- ProviderFactory<Authenticator>
- Overrides:
- createin class- UsernamePasswordFormFactory
 
 - 
getIdpublic String getId() - Specified by:
- getIdin interface- ProviderFactory<Authenticator>
- Overrides:
- getIdin class- UsernamePasswordFormFactory
 
 - 
getHelpTextpublic String getHelpText() - Specified by:
- getHelpTextin interface- ConfiguredProvider
- Overrides:
- getHelpTextin class- UsernamePasswordFormFactory
 
 - 
getDisplayTypepublic String getDisplayType() Description copied from interface:ConfigurableAuthenticatorFactoryFriendly name for the authenticator- Specified by:
- getDisplayTypein interface- ConfigurableAuthenticatorFactory
- Overrides:
- getDisplayTypein class- UsernamePasswordFormFactory
- Returns:
 
 
- 
 
-