- All Implemented Interfaces:
- org.eclipse.jetty.server.Authentication, org.eclipse.jetty.server.Authentication.ResponseSent, org.eclipse.jetty.server.Authentication.User
- Enclosing class:
- FormAuthenticator
public static class FormAuthenticator.FormAuthentication
extends org.eclipse.jetty.security.UserAuthentication
implements org.eclipse.jetty.server.Authentication.ResponseSent
This Authentication represents a just completed Form authentication.
Subsequent requests from the same user are authenticated by the presents
of a SessionAuthentication instance in their session.