Example usage for org.springframework.security.oauth2.provider.expression OAuth2MethodSecurityExpressionHandler OAuth2MethodSecurityExpressionHandler

List of usage examples for org.springframework.security.oauth2.provider.expression OAuth2MethodSecurityExpressionHandler OAuth2MethodSecurityExpressionHandler

Introduction

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

Prototype

public OAuth2MethodSecurityExpressionHandler() 

Source Link

Usage

From source file:cn.ifast.oauth2server.config.MethodSecurityConfig.java

@Override
protected MethodSecurityExpressionHandler createExpressionHandler() {
    return new OAuth2MethodSecurityExpressionHandler();
}