Class FormAuthenticator.FormAuthentication

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

public static class FormAuthenticator.FormAuthentication extends UserAuthentication implements 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: