Class FormAuthenticator.FormAuthentication

  • All Implemented Interfaces:
    java.io.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
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.eclipse.jetty.server.Authentication

        org.eclipse.jetty.server.Authentication.Challenge, org.eclipse.jetty.server.Authentication.Deferred, org.eclipse.jetty.server.Authentication.Failed, org.eclipse.jetty.server.Authentication.Failure, org.eclipse.jetty.server.Authentication.ResponseSent, org.eclipse.jetty.server.Authentication.SendSuccess, org.eclipse.jetty.server.Authentication.User, org.eclipse.jetty.server.Authentication.Wrapped
    • Field Summary

      • Fields inherited from interface org.eclipse.jetty.server.Authentication

        NOT_CHECKED, SEND_CONTINUE, SEND_FAILURE, SEND_SUCCESS, UNAUTHENTICATED
    • Constructor Summary

      Constructors 
      Constructor Description
      FormAuthentication​(java.lang.String method, org.eclipse.jetty.server.UserIdentity userIdentity)  
    • Constructor Detail

      • FormAuthentication

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