Package org.keycloak.authentication
Class AbstractFormAuthenticator
- java.lang.Object
- 
- org.keycloak.authentication.AbstractFormAuthenticator
 
- 
- All Implemented Interfaces:
- Authenticator,- Provider
 - Direct Known Subclasses:
- AbstractUsernameFormAuthenticator
 
 public abstract class AbstractFormAuthenticator extends Object implements Authenticator Abstract helper class that Authenticator implementations can leverage- Version:
- $Revision: 1 $
- Author:
- Bill Burke
 
- 
- 
Constructor SummaryConstructors Constructor Description AbstractFormAuthenticator()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.authentication.Authenticatoraction, areRequiredActionsEnabled, authenticate, configuredFor, getRequiredActions, requiresUser, setRequiredActions
 
- 
 
-