| Modifier and Type | Method and Description |
|---|---|
WebResponseExceptionTranslator<OAuth2Exception> |
AuthorizationServerEndpointsConfigurer.getExceptionTranslator() |
| Modifier and Type | Method and Description |
|---|---|
AuthorizationServerEndpointsConfigurer |
AuthorizationServerEndpointsConfigurer.exceptionTranslator(WebResponseExceptionTranslator<OAuth2Exception> exceptionTranslator) |
| Modifier and Type | Method and Description |
|---|---|
protected WebResponseExceptionTranslator<OAuth2Exception> |
AbstractEndpoint.getExceptionTranslator() |
| Modifier and Type | Method and Description |
|---|---|
void |
CheckTokenEndpoint.setExceptionTranslator(WebResponseExceptionTranslator<OAuth2Exception> exceptionTranslator) |
void |
AbstractEndpoint.setProviderExceptionHandler(WebResponseExceptionTranslator<OAuth2Exception> providerExceptionHandler) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultWebResponseExceptionTranslator
Default translator that converts exceptions into
OAuth2Exceptions. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractOAuth2SecurityExceptionHandler.setExceptionTranslator(WebResponseExceptionTranslator<?> exceptionTranslator) |
Copyright © 2019. All rights reserved.