Example usage for org.springframework.security.web.access DefaultWebInvocationPrivilegeEvaluator subclass-usage

List of usage examples for org.springframework.security.web.access DefaultWebInvocationPrivilegeEvaluator subclass-usage

Introduction

In this page you can find the example usage for org.springframework.security.web.access DefaultWebInvocationPrivilegeEvaluator subclass-usage.

Usage

From source file org.codehaus.groovy.grails.plugins.springsecurity.GrailsWebInvocationPrivilegeEvaluator.java

/**
 * <code>createFilterInvocation()</code> is private in the base class so this is required to create
 * a mock request that works with Grails - more methods get called than are expected in the mock request
 * that the base class uses.
 *
 * @author <a href='mailto:burt@burtbeckwith.com'>Burt Beckwith</a>

From source file grails.plugin.springsecurity.web.access.GrailsWebInvocationPrivilegeEvaluator.java

/**
 * <code>createFilterInvocation()</code> is private in the base class so this is required to create
 * a mock request that works with Grails - more methods get called than are expected in the mock request
 * that the base class uses.
 *
 * @author <a href='mailto:burt@burtbeckwith.com'>Burt Beckwith</a>