Example usage for org.springframework.security.access.expression.method DefaultMethodSecurityExpressionHandler subclass-usage

List of usage examples for org.springframework.security.access.expression.method DefaultMethodSecurityExpressionHandler subclass-usage

Introduction

In this page you can find the example usage for org.springframework.security.access.expression.method DefaultMethodSecurityExpressionHandler subclass-usage.

Usage

From source file com.lixiaocong.security.SecurityExpressionHandler.java

class SecurityExpressionHandler extends DefaultMethodSecurityExpressionHandler {
    private final AuthenticationTrustResolver trustResolver = new AuthenticationTrustResolverImpl();

    private IArticleService articleService;

    private ICommentService commentService;