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, postInitgetDisplayType, getReferenceCategory, getRequirementChoices, isConfigurable, isUserSetupAllowedgetConfigProperties, getHelpTextdefault Authenticator create(KeycloakSession session)
create in interface ProviderFactory<Authenticator>default Authenticator createDisplay(KeycloakSession session, String displayType)
createDisplay in interface DisplayTypeAuthenticatorFactorydisplayType - i.e. "console", "wap", "popup" are examplesConditionalAuthenticator getSingleton()
Copyright © 2021 JBoss by Red Hat. All rights reserved.