Package org.eclipse.jetty.server
Interface Authentication.ResponseSent
-
- All Superinterfaces:
Authentication
- All Known Subinterfaces:
Authentication.Challenge
,Authentication.Failure
,Authentication.SendSuccess
- Enclosing interface:
- Authentication
@Deprecated(since="2021-05-27") public static interface Authentication.ResponseSent extends Authentication
Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.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.server.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.server.Authentication
NOT_CHECKED, SEND_CONTINUE, SEND_FAILURE, SEND_SUCCESS, UNAUTHENTICATED
-
-