public interface OAuth2ExceptionRenderer
OAuth2Exception in cases where they cannot be rendered by the Spring dispatcher
servlet (i.e. usually in a filter chain).| Modifier and Type | Method and Description |
|---|---|
void |
handleHttpEntityResponse(org.springframework.http.HttpEntity<?> responseEntity,
ServletWebRequest webRequest) |
void handleHttpEntityResponse(org.springframework.http.HttpEntity<?> responseEntity,
ServletWebRequest webRequest)
throws Exception
ExceptionCopyright © 2019. All rights reserved.