软件包 org.springframework.security.oauth2.provider.error

接口摘要
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).
WebResponseExceptionTranslator  
 

类摘要
AbstractOAuth2SecurityExceptionHandler Convenient base class containing utility methods and dependency setters for security error handling concerns specific to OAuth2 resources.
DefaultOAuth2ExceptionRenderer Default implementation of OAuth2ExceptionRenderer that can render the exceptions using message converters (just like regular Spring MVC endpoints).
DefaultWebResponseExceptionTranslator  
OAuth2AccessDeniedHandler If authorization fails and the caller has asked for a specific content type response, this entry point can send one, along with a standard 403 status.
OAuth2AuthenticationEntryPoint If authentication fails and the caller has asked for a specific content type response, this entry point can send one, along with a standard 401 status.
 



Copyright © 2013. All rights reserved.