Package org.eclipse.jetty.server
Interface Authentication.ResponseSent
-
- All Superinterfaces:
Authentication
- All Known Subinterfaces:
Authentication.Challenge
,Authentication.Failure
,Authentication.SendSuccess
- All Known Implementing Classes:
FormAuthenticator.FormAuthentication
,OpenIdAuthenticator.OpenIdAuthentication
- Enclosing interface:
- Authentication
public static interface Authentication.ResponseSent extends 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.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
-
-