Class LoginAuthenticator.UserAuthenticationSent

java.lang.Object
org.eclipse.jetty.security.authentication.LoginAuthenticator.UserAuthenticationSucceeded
org.eclipse.jetty.security.authentication.LoginAuthenticator.UserAuthenticationSent
All Implemented Interfaces:
Serializable, AuthenticationState, AuthenticationState.ResponseSent, AuthenticationState.Succeeded, Request.AuthenticationState
Enclosing class:
LoginAuthenticator

public static class LoginAuthenticator.UserAuthenticationSent extends LoginAuthenticator.UserAuthenticationSucceeded implements AuthenticationState.ResponseSent
This Authentication represents a just completed authentication, that has sent a response, typically to redirect the client to the original request target..
See Also:
  • Constructor Details

    • UserAuthenticationSent

      public UserAuthenticationSent(String method, UserIdentity userIdentity)