List of usage examples for org.springframework.security.oauth2.provider.expression OAuth2MethodSecurityExpressionHandler OAuth2MethodSecurityExpressionHandler
public OAuth2MethodSecurityExpressionHandler()
From source file:cn.ifast.oauth2server.config.MethodSecurityConfig.java
@Override protected MethodSecurityExpressionHandler createExpressionHandler() { return new OAuth2MethodSecurityExpressionHandler(); }