- 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 java.lang.Object implements org.eclipse.jetty.server.Authentication.NonAuthenticatedLoggedOutAuthentication 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
-
-
Constructor Summary
Constructors Constructor Description LoggedOutAuthentication(LoginAuthenticator authenticator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.jetty.server.Authenticationlogin(java.lang.String username, java.lang.Object password, javax.servlet.ServletRequest request)
-
-
-
Constructor Detail
-
LoggedOutAuthentication
public LoggedOutAuthentication(LoginAuthenticator authenticator)
-
-