Class FormAuthenticator.FormAuthentication

java.lang.Object
org.eclipse.jetty.ee8.security.AbstractUserAuthentication
org.eclipse.jetty.ee8.security.UserAuthentication
org.eclipse.jetty.ee8.security.authentication.FormAuthenticator.FormAuthentication
All Implemented Interfaces:
Serializable, org.eclipse.jetty.ee8.nested.Authentication, org.eclipse.jetty.ee8.nested.Authentication.LogoutAuthentication, org.eclipse.jetty.ee8.nested.Authentication.ResponseSent, org.eclipse.jetty.ee8.nested.Authentication.User, org.eclipse.jetty.server.Request.AuthenticationState
Enclosing class:
FormAuthenticator

public static class FormAuthenticator.FormAuthentication extends UserAuthentication implements org.eclipse.jetty.ee8.nested.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.
See Also: