Class FormAuthenticator.FormAuthentication

  • All Implemented Interfaces:
    Serializable, 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 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.
    See Also:
    Serialized Form
    • Constructor Detail

      • FormAuthentication

        public FormAuthentication​(String method,
                                  org.eclipse.jetty.server.UserIdentity userIdentity)