Example usage for org.springframework.security.access.expression.method MethodSecurityExpressionHandler interface-usage

List of usage examples for org.springframework.security.access.expression.method MethodSecurityExpressionHandler interface-usage

Introduction

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

Usage

From source file org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler.java

/**
 * The standard implementation of {@code MethodSecurityExpressionHandler}.
 * <p>
 * A single instance should usually be shared amongst the beans that require expression
 * support.
 *

From source file org.icescrum.core.security.MethodScrumExpressionHandler.java

/**
 * The standard implementation of <tt>SecurityExpressionHandler</tt>.
 * <p/>
 * A single instance should usually be shared amongst the beans that require expression support.
 *
 * @author Luke Taylor