| Modifier and Type | Class and Description |
|---|---|
class |
OAuth2AccessDeniedException
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
|
| Modifier and Type | Method and Description |
|---|---|
static OAuth2Exception |
OAuth2Exception.create(String errorCode,
String errorMessage)
Deprecated.
Creates the appropriate subclass of OAuth2Exception given the errorCode.
|
OAuth2Exception |
OAuth2ExceptionJackson2Deserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt)
Deprecated.
|
static OAuth2Exception |
OAuth2Exception.valueOf(Map<String,String> errorParams)
Deprecated.
Creates an
OAuth2Exception from a Map<String,String>. |
| Modifier and Type | Method and Description |
|---|---|
void |
OAuth2ExceptionJackson2Serializer.serialize(OAuth2Exception value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
WebResponseExceptionTranslator<OAuth2Exception> |
AuthorizationServerEndpointsConfigurer.getExceptionTranslator()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
AuthorizationServerEndpointsConfigurer |
AuthorizationServerEndpointsConfigurer.exceptionTranslator(WebResponseExceptionTranslator<OAuth2Exception> exceptionTranslator)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
OAuth2Exception |
FormOAuth2ExceptionHttpMessageConverter.read(Class<? extends OAuth2Exception> clazz,
org.springframework.http.HttpInputMessage inputMessage)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FormOAuth2ExceptionHttpMessageConverter.write(OAuth2Exception t,
org.springframework.http.MediaType contentType,
org.springframework.http.HttpOutputMessage outputMessage)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
OAuth2Exception |
FormOAuth2ExceptionHttpMessageConverter.read(Class<? extends OAuth2Exception> clazz,
org.springframework.http.HttpInputMessage inputMessage)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected OAuth2Exception |
JaxbOAuth2ExceptionMessageConverter.convertToExternal(org.springframework.security.oauth2.http.converter.jaxb.JaxbOAuth2Exception jaxbOAuth2Exception)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.security.oauth2.http.converter.jaxb.JaxbOAuth2Exception |
JaxbOAuth2ExceptionMessageConverter.convertToInternal(OAuth2Exception exception)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected WebResponseExceptionTranslator<OAuth2Exception> |
AbstractEndpoint.getExceptionTranslator()
Deprecated.
|
org.springframework.http.ResponseEntity<OAuth2Exception> |
TokenEndpoint.handleClientRegistrationException(Exception e)
Deprecated.
|
org.springframework.http.ResponseEntity<OAuth2Exception> |
CheckTokenEndpoint.handleException(Exception e)
Deprecated.
|
org.springframework.http.ResponseEntity<OAuth2Exception> |
TokenEndpoint.handleException(Exception e)
Deprecated.
|
org.springframework.http.ResponseEntity<OAuth2Exception> |
TokenEndpoint.handleException(OAuth2Exception e)
Deprecated.
|
org.springframework.http.ResponseEntity<OAuth2Exception> |
TokenEndpoint.handleHttpRequestMethodNotSupportedException(org.springframework.web.HttpRequestMethodNotSupportedException e)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<OAuth2Exception> |
TokenEndpoint.handleException(OAuth2Exception e)
Deprecated.
|
org.springframework.web.servlet.ModelAndView |
AuthorizationEndpoint.handleOAuth2Exception(OAuth2Exception e,
org.springframework.web.context.request.ServletWebRequest webRequest)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CheckTokenEndpoint.setExceptionTranslator(WebResponseExceptionTranslator<OAuth2Exception> exceptionTranslator)
Deprecated.
|
void |
AbstractEndpoint.setProviderExceptionHandler(WebResponseExceptionTranslator<OAuth2Exception> providerExceptionHandler)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
RedirectResolver.resolveRedirect(String requestedRedirect,
ClientDetails client)
Deprecated.
Resolve the redirect for the specified client.
|
String |
DefaultRedirectResolver.resolveRedirect(String requestedRedirect,
ClientDetails client)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<OAuth2Exception> |
DefaultWebResponseExceptionTranslator.translate(Exception e)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JwkException
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
|
Copyright © 2020. All rights reserved.