Uses of Class
org.eclipse.jetty.security.authentication.LoginAuthenticator.UserAuthenticationSucceeded
Package
Description
Jetty Security : Authenticators and Callbacks
-
Uses of LoginAuthenticator.UserAuthenticationSucceeded in org.eclipse.jetty.security.authentication
Modifier and TypeClassDescriptionstatic class
This Authentication represents a just completed authentication, that has sent a response, typically to redirect the client to the original request target..class
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.