public interface ConfigurableAuthenticatorFactory extends ConfiguredProvider
Modifier and Type | Field and Description |
---|---|
static AuthenticationExecutionModel.Requirement[] |
REQUIREMENT_CHOICES |
Modifier and Type | Method and Description |
---|---|
String |
getDisplayType()
Friendly name for the authenticator
|
String |
getReferenceCategory()
General authenticator type, i.e.
|
AuthenticationExecutionModel.Requirement[] |
getRequirementChoices()
What requirement settings are allowed.
|
boolean |
isConfigurable()
Is this authenticator configurable?
|
boolean |
isUserSetupAllowed()
Does this authenticator have required actions that can set if the user does not have
this authenticator set up?
|
getConfigProperties, getHelpText
static final AuthenticationExecutionModel.Requirement[] REQUIREMENT_CHOICES
String getDisplayType()
String getReferenceCategory()
boolean isConfigurable()
AuthenticationExecutionModel.Requirement[] getRequirementChoices()
boolean isUserSetupAllowed()
Copyright © 2021 JBoss by Red Hat. All rights reserved.