Class LoggedOutAuthentication

java.lang.Object
org.eclipse.jetty.ee8.security.LoggedOutAuthentication
All Implemented Interfaces:
org.eclipse.jetty.ee8.nested.Authentication, org.eclipse.jetty.ee8.nested.Authentication.LoginAuthentication, org.eclipse.jetty.ee8.nested.Authentication.NonAuthenticated, org.eclipse.jetty.server.Request.AuthenticationState

public class LoggedOutAuthentication extends Object implements org.eclipse.jetty.ee8.nested.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.ee8.nested.Authentication

    org.eclipse.jetty.ee8.nested.Authentication.Challenge, org.eclipse.jetty.ee8.nested.Authentication.Deferred, org.eclipse.jetty.ee8.nested.Authentication.Failed, org.eclipse.jetty.ee8.nested.Authentication.Failure, org.eclipse.jetty.ee8.nested.Authentication.LoginAuthentication, org.eclipse.jetty.ee8.nested.Authentication.LogoutAuthentication, org.eclipse.jetty.ee8.nested.Authentication.NonAuthenticated, org.eclipse.jetty.ee8.nested.Authentication.ResponseSent, org.eclipse.jetty.ee8.nested.Authentication.SendSuccess, org.eclipse.jetty.ee8.nested.Authentication.User, org.eclipse.jetty.ee8.nested.Authentication.Wrapped
  • Field Summary

    Fields inherited from interface org.eclipse.jetty.ee8.nested.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.ee8.nested.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

    Methods inherited from interface org.eclipse.jetty.server.Request.AuthenticationState

    getUserPrincipal
  • Constructor Details

    • LoggedOutAuthentication

      public LoggedOutAuthentication(LoginAuthenticator authenticator)
  • Method Details

    • login

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