Class AbstractFormAuthenticator

java.lang.Object
org.keycloak.authentication.AbstractFormAuthenticator
All Implemented Interfaces:
org.keycloak.authentication.Authenticator, org.keycloak.provider.Provider
Direct Known Subclasses:
AbstractUsernameFormAuthenticator

public abstract class AbstractFormAuthenticator extends Object implements org.keycloak.authentication.Authenticator
Abstract helper class that Authenticator implementations can leverage
Version:
$Revision: 1 $
Author:
Bill Burke
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.keycloak.authentication.Authenticator

    action, areRequiredActionsEnabled, authenticate, configuredFor, getRequiredActions, requiresUser, setRequiredActions
  • Constructor Details

    • AbstractFormAuthenticator

      public AbstractFormAuthenticator()
  • Method Details

    • close

      public void close()
      Specified by:
      close in interface org.keycloak.provider.Provider