Class SessionAuthentication

java.lang.Object
org.eclipse.jetty.ee9.security.AbstractUserAuthentication
org.eclipse.jetty.ee9.security.authentication.SessionAuthentication
All Implemented Interfaces:
jakarta.servlet.http.HttpSessionActivationListener, jakarta.servlet.http.HttpSessionBindingListener, Serializable, EventListener, org.eclipse.jetty.ee9.nested.Authentication, org.eclipse.jetty.ee9.nested.Authentication.LogoutAuthentication, org.eclipse.jetty.ee9.nested.Authentication.User, org.eclipse.jetty.server.Request.AuthenticationState

public class SessionAuthentication extends AbstractUserAuthentication implements Serializable, jakarta.servlet.http.HttpSessionActivationListener, jakarta.servlet.http.HttpSessionBindingListener
SessionAuthentication When a user has been successfully authenticated with some types of Authenticator, the Authenticator stashes a SessionAuthentication into an HttpSession to remember that the user is authenticated.
See Also: