Package org.keycloak.authentication
Interface AuthenticationFlowCallbackFactory
- 
- All Superinterfaces:
- AuthenticatorFactory,- ConfigurableAuthenticatorFactory,- ConfiguredProvider,- ProviderFactory<Authenticator>
 - All Known Implementing Classes:
- ConditionalLoaAuthenticatorFactory
 
 public interface AuthenticationFlowCallbackFactory extends AuthenticatorFactory Factory to createAuthenticationFlowCallbackinstances. Mostly used as marker interface.- Author:
- Marek Posolda
 
- 
- 
Field Summary- 
Fields inherited from interface org.keycloak.authentication.ConfigurableAuthenticatorFactoryREQUIREMENT_CHOICES
 
- 
 - 
Method Summary- 
Methods inherited from interface org.keycloak.authentication.ConfigurableAuthenticatorFactorygetDisplayType, getReferenceCategory, getRequirementChoices, isConfigurable, isUserSetupAllowed
 - 
Methods inherited from interface org.keycloak.provider.ConfiguredProvidergetConfig, getConfigProperties, getHelpText
 - 
Methods inherited from interface org.keycloak.provider.ProviderFactoryclose, create, getConfigMetadata, getId, init, order, postInit
 
- 
 
-