org.eclipse.jetty.server
接口 Authentication.Wrapped

所有超级接口:
Authentication
正在封闭接口:
Authentication

public static interface Authentication.Wrapped
extends Authentication

A wrapped authentication with methods provide the wrapped request/response for use by the application


嵌套类摘要
 
从接口 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
 
方法摘要
 HttpServletRequest getHttpServletRequest()
           
 HttpServletResponse getHttpServletResponse()
           
 

方法详细信息

getHttpServletRequest

HttpServletRequest getHttpServletRequest()

getHttpServletResponse

HttpServletResponse getHttpServletResponse()


Copyright © 2013. All Rights Reserved.