Class LoggedOutAuthentication

java.lang.Object
org.eclipse.jetty.security.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 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
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.jetty.server.Authentication
    login(String username, 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 Details

    • LoggedOutAuthentication

      public LoggedOutAuthentication(LoginAuthenticator authenticator)
  • Method Details

    • login

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