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.