Package org.eclipse.jetty.ee8.nested
Interface Authentication.ResponseSent
- All Superinterfaces:
Authentication
,Request.AuthenticationState
- All Known Subinterfaces:
Authentication.Challenge
,Authentication.Failure
,Authentication.SendSuccess
- All Known Implementing Classes:
FormAuthenticator.FormAuthentication
,OpenIdAuthenticator.OpenIdAuthentication
- Enclosing interface:
Authentication
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.ee8.nested.Authentication
Authentication.Challenge, Authentication.Deferred, Authentication.Failed, Authentication.Failure, Authentication.LoginAuthentication, Authentication.LogoutAuthentication, Authentication.NonAuthenticated, Authentication.ResponseSent, Authentication.SendSuccess, Authentication.User, Authentication.Wrapped
-
Field Summary
Fields inherited from interface org.eclipse.jetty.ee8.nested.Authentication
NOT_CHECKED, SEND_CONTINUE, SEND_FAILURE, SEND_SUCCESS, UNAUTHENTICATED
-
Method Summary
Methods inherited from interface org.eclipse.jetty.server.Request.AuthenticationState
getUserPrincipal