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.


嵌套类摘要
 
从接口 org.eclipse.jetty.server.Authentication 继承的嵌套类/接口
Authentication.Challenge, Authentication.Deferred, Authentication.Failure, Authentication.ResponseSent, Authentication.SendSuccess, Authentication.User, Authentication.Wrapped
 
字段摘要
 
从接口 org.eclipse.jetty.server.Authentication 继承的字段
NOT_CHECKED, SEND_CONTINUE, SEND_FAILURE, SEND_SUCCESS, UNAUTHENTICATED
 



Copyright © 2013. All Rights Reserved.