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)