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:
-
Nested Class Summary
Nested classes/interfaces inherited from interface AuthenticationState
AuthenticationState.Deferred, AuthenticationState.ResponseSent, AuthenticationState.ServeAs, AuthenticationState.Succeeded -
Field Summary
Fields inherited from class LoginAuthenticator.UserAuthenticationSucceeded
_authenticationType, _userIdentityFields inherited from interface AuthenticationState
CHALLENGE, SEND_FAILURE, SEND_SUCCESS -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class LoginAuthenticator.UserAuthenticationSucceeded
getAuthenticationType, getUserIdentity, isUserInRole, logout, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface AuthenticationState.Succeeded
getUserPrincipal
-
Constructor Details
-
UserAuthenticationSent
-