Class LoginAuthenticator.UserAuthenticationSucceeded

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

public static class LoginAuthenticator.UserAuthenticationSucceeded extends Object implements AuthenticationState.Succeeded, Serializable
Base class for representing a successful authentication state.
See Also: