public class ConditionalRoleAuthenticatorFactory extends Object implements ConditionalAuthenticatorFactory
| Modifier and Type | Field and Description |
|---|---|
protected static String |
CONDITIONAL_USER_ROLE |
static String |
PROVIDER_ID |
| Constructor and Description |
|---|
ConditionalRoleAuthenticatorFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
List<ProviderConfigProperty> |
getConfigProperties() |
String |
getDisplayType() |
String |
getHelpText() |
String |
getId() |
String |
getReferenceCategory() |
AuthenticationExecutionModel.Requirement[] |
getRequirementChoices() |
ConditionalAuthenticator |
getSingleton() |
void |
init(Config.Scope config) |
boolean |
isConfigurable() |
boolean |
isUserSetupAllowed() |
void |
postInit(KeycloakSessionFactory factory) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, createDisplayorderpublic static final String PROVIDER_ID
protected static final String CONDITIONAL_USER_ROLE
public 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>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 ConditionalAuthenticator getSingleton()
getSingleton in interface ConditionalAuthenticatorFactoryCopyright © 2019 JBoss by Red Hat. All rights reserved.