Example usage for org.springframework.security.access.vote AbstractAccessDecisionManager subclass-usage

List of usage examples for org.springframework.security.access.vote AbstractAccessDecisionManager subclass-usage

Introduction

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

Usage

From source file grails.plugin.springsecurity.access.vote.AuthenticatedVetoableDecisionManager.java

/**
 * Uses the affirmative-based logic for roles, i.e. any in the list will grant access, but allows
 * an authenticated voter to 'veto' access. This allows specification of roles and
 * <code>IS_AUTHENTICATED_FULLY</code> on one line in SecurityConfig.groovy.
 *
 * @author <a href='mailto:burt@burtbeckwith.com'>Burt Beckwith</a>

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

/**
* Uses the affirmative-based logic for roles, i.e. any in the list will grant access, but allows
* an authenticated voter to 'veto' access. This allows specification of roles and
* <code>IS_AUTHENTICATED_FULLY</code> on one line in SecurityConfig.groovy.
*
 * @author <a href='mailto:burt@burtbeckwith.com'>Burt Beckwith</a>