Interface RequiredActionFactory

  • All Superinterfaces:
    ProviderFactory<RequiredActionProvider>

    public interface RequiredActionFactory
    extends ProviderFactory<RequiredActionProvider>
    You must specify a file META-INF/services/org.keycloak.authentication.RequiredActionFactory in the jar that this class is contained in This file must have the fully qualified class name of all your RequiredActionFactory classes
    Version:
    $Revision: 1 $
    Author:
    Bill Burke
    • Method Detail

      • getDisplayText

        String getDisplayText()
        Display text used in admin console to reference this required action
        Returns:
      • isOneTimeAction

        default boolean isOneTimeAction()
        Flag indicating whether the execution of the required action by the same circumstances (e.g. by one and the same action token) should only be permitted once.
        Returns: