public class IdentityProviderAuthenticatorFactory extends Object implements AuthenticatorFactory, DisplayTypeAuthenticatorFactory
| Modifier and Type | Field and Description |
|---|---|
protected static String |
DEFAULT_PROVIDER |
protected static AuthenticationExecutionModel.Requirement[] |
REQUIREMENT_CHOICES |
| Constructor and Description |
|---|
IdentityProviderAuthenticatorFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Authenticator |
create(KeycloakSession session) |
Authenticator |
createDisplay(KeycloakSession session,
String displayType) |
List<ProviderConfigProperty> |
getConfigProperties() |
String |
getDisplayType() |
String |
getHelpText() |
String |
getId() |
String |
getReferenceCategory() |
AuthenticationExecutionModel.Requirement[] |
getRequirementChoices() |
void |
init(Config.Scope config) |
boolean |
isConfigurable() |
boolean |
isUserSetupAllowed() |
void |
postInit(KeycloakSessionFactory factory) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitorderprotected static final AuthenticationExecutionModel.Requirement[] REQUIREMENT_CHOICES
protected static final String DEFAULT_PROVIDER
public IdentityProviderAuthenticatorFactory()
public String getDisplayType()
getDisplayType in interface ConfigurableAuthenticatorFactorypublic String getReferenceCategory()
getReferenceCategory in interface ConfigurableAuthenticatorFactorypublic boolean isConfigurable()
isConfigurable in interface ConfigurableAuthenticatorFactorypublic AuthenticationExecutionModel.Requirement[] getRequirementChoices()
getRequirementChoices in interface ConfigurableAuthenticatorFactorypublic boolean isUserSetupAllowed()
isUserSetupAllowed in interface ConfigurableAuthenticatorFactorypublic String getHelpText()
getHelpText in interface ConfiguredProviderpublic List<ProviderConfigProperty> getConfigProperties()
getConfigProperties in interface ConfiguredProviderpublic Authenticator create(KeycloakSession session)
create in interface ProviderFactory<Authenticator>public Authenticator createDisplay(KeycloakSession session, String displayType)
createDisplay in interface DisplayTypeAuthenticatorFactorypublic void init(Config.Scope config)
init in interface ProviderFactory<Authenticator>public void postInit(KeycloakSessionFactory factory)
postInit in interface ProviderFactory<Authenticator>public void close()
close in interface ProviderFactory<Authenticator>public String getId()
getId in interface ProviderFactory<Authenticator>Copyright © 2019 JBoss by Red Hat. All rights reserved.