org.eclipse.jetty.server
接口 Authentication.ResponseSent
- 所有超级接口:
- Authentication
- 所有已知子接口:
- Authentication.Challenge, Authentication.Failure, Authentication.SendSuccess
- 所有已知实现类:
- FormAuthenticator.FormAuthentication
- 正在封闭接口:
- 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.
Copyright © 2013. All Rights Reserved.