Example usage for org.springframework.security.oauth2.provider.expression OAuth2WebSecurityExpressionHandler subclass-usage

List of usage examples for org.springframework.security.oauth2.provider.expression OAuth2WebSecurityExpressionHandler subclass-usage

Introduction

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

Usage

From source file org.shaigor.rest.retro.security.gateway.oauth.CustomOAuth2WebSecurityExpressionHandler.java

/**
 * Allows plugging in custom authorization checker
 * @author Irena Shaigorodsky
 *
 */
@Component("demoOAuth2WebSecurityExpressionHandler")