public class ConditionalRoleAuthenticatorFactory extends Object implements ConditionalAuthenticatorFactory
Modifier and Type | Field and Description |
---|---|
static String |
CONDITIONAL_USER_ROLE |
static String |
CONF_NEGATE |
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, wait
create, createDisplay
order
public static final String PROVIDER_ID
public static final String CONDITIONAL_USER_ROLE
public static final String CONF_NEGATE
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 ConfigurableAuthenticatorFactory
public String getReferenceCategory()
getReferenceCategory
in interface ConfigurableAuthenticatorFactory
public boolean isConfigurable()
isConfigurable
in interface ConfigurableAuthenticatorFactory
public AuthenticationExecutionModel.Requirement[] getRequirementChoices()
getRequirementChoices
in interface ConfigurableAuthenticatorFactory
public boolean isUserSetupAllowed()
isUserSetupAllowed
in interface ConfigurableAuthenticatorFactory
public String getHelpText()
getHelpText
in interface ConfiguredProvider
public List<ProviderConfigProperty> getConfigProperties()
getConfigProperties
in interface ConfiguredProvider
public ConditionalAuthenticator getSingleton()
getSingleton
in interface ConditionalAuthenticatorFactory
Copyright © 2021 JBoss by Red Hat. All rights reserved.