| Interface | Description |
|---|---|
| OAuth2ExceptionRenderer |
Strategy for rendering a
OAuth2Exception in cases where they cannot be rendered by the Spring dispatcher
servlet (i.e. |
| WebResponseExceptionTranslator |
| Class | Description |
|---|---|
| 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 © 2015. All rights reserved.