Java org.springframework.security.oauth2.client.http OAuth2ErrorHandler fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.oauth2.client.http OAuth2ErrorHandler fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.oauth2.client.http OAuth2ErrorHandler.

The text is from its open source code.

Constructor

OAuth2ErrorHandler(ResponseErrorHandler errorHandler, OAuth2ProtectedResourceDetails resource)
Construct an error handler that can deal with OAuth2 concerns before delegating to acustom handler.
OAuth2ErrorHandler(OAuth2ProtectedResourceDetails resource)
Construct an error handler that can deal with OAuth2 concerns before handling the error in the default fashion.