Class LoggedOutAuthentication

java.lang.Object
org.eclipse.jetty.security.LoggedOutAuthentication
All Implemented Interfaces:
Authentication, Authentication.LoginAuthentication, Authentication.NonAuthenticated

@Deprecated(since="2021-05-27") public class LoggedOutAuthentication extends Object implements Authentication.NonAuthenticated
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
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)
  • Constructor Details

    • LoggedOutAuthentication

      public LoggedOutAuthentication(org.eclipse.jetty.security.authentication.LoginAuthenticator authenticator)
      Deprecated.
  • Method Details