public interface ConditionalAuthenticatorFactory extends AuthenticatorFactory, DisplayTypeAuthenticatorFactory
REQUIREMENT_CHOICES
Modifier and Type | Method and Description |
---|---|
default Authenticator |
create(KeycloakSession session) |
default Authenticator |
createDisplay(KeycloakSession session,
String displayType) |
ConditionalAuthenticator |
getSingleton() |
close, getId, init, order, postInit
getDisplayType, getReferenceCategory, getRequirementChoices, isConfigurable, isUserSetupAllowed
getConfigProperties, getHelpText
default Authenticator create(KeycloakSession session)
create
in interface ProviderFactory<Authenticator>
default Authenticator createDisplay(KeycloakSession session, String displayType)
createDisplay
in interface DisplayTypeAuthenticatorFactory
displayType
- i.e. "console", "wap", "popup" are examplesConditionalAuthenticator getSingleton()
Copyright © 2021 JBoss by Red Hat. All rights reserved.