Example usage for org.springframework.security.oauth2.provider.error DefaultWebResponseExceptionTranslator subclass-usage

List of usage examples for org.springframework.security.oauth2.provider.error DefaultWebResponseExceptionTranslator subclass-usage

Introduction

In this page you can find the example usage for org.springframework.security.oauth2.provider.error DefaultWebResponseExceptionTranslator subclass-usage.

Usage

From source file com.epam.reportportal.auth.OAuthErrorHandler.java

/**
 * Bridge between {@link ErrorResolver} and {@link org.springframework.security.oauth2.provider.error.WebResponseExceptionTranslator}
 *
 * @author <a href="mailto:andrei_varabyeu@epam.com">Andrei Varabyeu</a>
 */
public class OAuthErrorHandler extends DefaultWebResponseExceptionTranslator {