Package org.eclipse.jetty.security
Interface AuthenticationState.ResponseSent
- All Superinterfaces:
AuthenticationState
,Request.AuthenticationState
- All Known Implementing Classes:
LoginAuthenticator.UserAuthenticationSent
- Enclosing interface:
- AuthenticationState
Authentication Response sent state.
Responses are sent by authenticators either to issue an
authentication challenge or on successful authentication in
order to redirect the user to the original URL.
-
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 interface org.eclipse.jetty.security.AuthenticationState
CHALLENGE, SEND_FAILURE, SEND_SUCCESS
-
Method Summary
Methods inherited from interface org.eclipse.jetty.server.Request.AuthenticationState
getUserPrincipal