Interface | Description |
---|---|
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<T> |
Translates exceptions into HTTP Responses.
|
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 |
Default translator that converts exceptions into
OAuth2Exception s. |
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 © 2019. All rights reserved.