Class LoggedOutAuthentication
java.lang.Object
org.eclipse.jetty.ee9.security.LoggedOutAuthentication
- All Implemented Interfaces:
 Authentication, Authentication.LoginAuthentication, Authentication.NonAuthenticated, Request.AuthenticationState
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 Authentication
Authentication.Challenge, Authentication.Deferred, Authentication.Failed, Authentication.Failure, Authentication.LoginAuthentication, Authentication.LogoutAuthentication, Authentication.NonAuthenticated, Authentication.ResponseSent, Authentication.SendSuccess, Authentication.User, Authentication.Wrapped - 
Field Summary
Fields inherited from interface Authentication
NOT_CHECKED, SEND_CONTINUE, SEND_FAILURE, SEND_SUCCESS, UNAUTHENTICATED - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionLogin with the LOGIN authenticatorMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Request.AuthenticationState
getUserPrincipal 
- 
Constructor Details
- 
LoggedOutAuthentication
 
 - 
 - 
Method Details
- 
login
public Authentication login(String username, Object password, jakarta.servlet.ServletRequest request) Description copied from interface:Authentication.LoginAuthenticationLogin with the LOGIN authenticator- Specified by:
 loginin interfaceAuthentication.LoginAuthentication- Parameters:
 username- the usernamepassword- the passwordrequest- the request- Returns:
 - The new Authentication state
 
 
 -