org.springframework.security.oauth2.provider.error
接口 OAuth2ExceptionRenderer

所有已知实现类:
DefaultOAuth2ExceptionRenderer

public interface OAuth2ExceptionRenderer

Strategy for rendering a OAuth2Exception in cases where they cannot be rendered by the Spring dispatcher servlet (i.e. usually in a filter chain).

作者:
Dave Syer

方法摘要
 void handleHttpEntityResponse(org.springframework.http.HttpEntity<?> responseEntity, org.springframework.web.context.request.ServletWebRequest webRequest)
           
 

方法详细信息

handleHttpEntityResponse

void handleHttpEntityResponse(org.springframework.http.HttpEntity<?> responseEntity,
                              org.springframework.web.context.request.ServletWebRequest webRequest)
                              throws Exception
抛出:
Exception


Copyright © 2013. All rights reserved.