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 org.eclipse.jetty.security.AuthenticationState
AuthenticationState.Deferred, AuthenticationState.ResponseSent, AuthenticationState.ServeAs, AuthenticationState.Succeeded
-
Field Summary
Fields inherited from class org.eclipse.jetty.security.authentication.LoginAuthenticator.UserAuthenticationSucceeded
_authenticationType, _userIdentity
Fields inherited from interface org.eclipse.jetty.security.AuthenticationState
CHALLENGE, SEND_FAILURE, SEND_SUCCESS
-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.jetty.security.authentication.LoginAuthenticator.UserAuthenticationSucceeded
getAuthenticationType, getUserIdentity, isUserInRole, logout, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.eclipse.jetty.security.AuthenticationState.Succeeded
getUserPrincipal
-
Constructor Details
-
UserAuthenticationSent
-