Package org.keycloak.authentication
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 -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
closein interfaceorg.keycloak.provider.Provider
-