Class LoggedOutAuthentication

  • All Implemented Interfaces:
    org.eclipse.jetty.server.Authentication, org.eclipse.jetty.server.Authentication.LoginAuthentication, org.eclipse.jetty.server.Authentication.NonAuthenticated

    public class LoggedOutAuthentication
    extends java.lang.Object
    implements org.eclipse.jetty.server.Authentication.NonAuthenticated
    LoggedOutAuthentication An Authentication indicating that a user has been previously, but is not currently logged in, but may be capable of logging in after a call to Request.login(String,String)
    • 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.LoginAuthentication, org.eclipse.jetty.server.Authentication.LogoutAuthentication, org.eclipse.jetty.server.Authentication.NonAuthenticated, 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.eclipse.jetty.server.Authentication login​(java.lang.String username, java.lang.Object password, javax.servlet.ServletRequest request)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LoggedOutAuthentication

        public LoggedOutAuthentication​(LoginAuthenticator authenticator)
    • Method Detail

      • login

        public org.eclipse.jetty.server.Authentication login​(java.lang.String username,
                                                             java.lang.Object password,
                                                             javax.servlet.ServletRequest request)
        Specified by:
        login in interface org.eclipse.jetty.server.Authentication.LoginAuthentication