Class IdpUsernamePasswordFormFactory
- java.lang.Object
-
- org.keycloak.authentication.authenticators.browser.UsernamePasswordFormFactory
-
- org.keycloak.authentication.authenticators.broker.IdpUsernamePasswordFormFactory
-
- All Implemented Interfaces:
org.keycloak.authentication.AuthenticatorFactory,org.keycloak.authentication.ConfigurableAuthenticatorFactory,org.keycloak.authentication.DisplayTypeAuthenticatorFactory,org.keycloak.provider.ConfiguredProvider,org.keycloak.provider.ProviderFactory<org.keycloak.authentication.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 org.keycloak.authentication.Authenticatorcreate(org.keycloak.models.KeycloakSession session)StringgetDisplayType()StringgetHelpText()StringgetId()-
Methods inherited from class org.keycloak.authentication.authenticators.browser.UsernamePasswordFormFactory
close, createDisplay, getConfigProperties, getReferenceCategory, getRequirementChoices, init, isConfigurable, isUserSetupAllowed, postInit
-
-
-
-
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 org.keycloak.authentication.Authenticator create(org.keycloak.models.KeycloakSession session)
- Specified by:
createin interfaceorg.keycloak.provider.ProviderFactory<org.keycloak.authentication.Authenticator>- Overrides:
createin classUsernamePasswordFormFactory
-
getId
public String getId()
- Specified by:
getIdin interfaceorg.keycloak.provider.ProviderFactory<org.keycloak.authentication.Authenticator>- Overrides:
getIdin classUsernamePasswordFormFactory
-
getHelpText
public String getHelpText()
- Specified by:
getHelpTextin interfaceorg.keycloak.provider.ConfiguredProvider- Overrides:
getHelpTextin classUsernamePasswordFormFactory
-
getDisplayType
public String getDisplayType()
- Specified by:
getDisplayTypein interfaceorg.keycloak.authentication.ConfigurableAuthenticatorFactory- Overrides:
getDisplayTypein classUsernamePasswordFormFactory
-
-