Example usage for org.springframework.security.access.method AbstractMethodSecurityMetadataSource subclass-usage

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

Introduction

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

Usage

From source file org.codehaus.groovy.grails.plugins.springsecurity.acl.ProxyAwareDelegatingMethodSecurityMetadataSource.java

/**
 * Replacement for DelegatingMethodSecurityMetadataSource which is final.
 * <p/>
 * Makes two changes; unproxies classes, and treats an empty return value from
 * <code>MethodSecurityMetadataSource.getAttributes()</code> as equivalent to a
 * <code>null</code> return since an empty return stops the loop and another

From source file grails.plugin.springsecurity.acl.access.method.ProxyAwareDelegatingMethodSecurityMetadataSource.java

/**
 * Replacement for DelegatingMethodSecurityMetadataSource which is final.
 * <p/>
 * Makes two changes; unproxies classes, and treats an empty return value from
 * <code>MethodSecurityMetadataSource.getAttributes()</code> as equivalent to a
 * <code>null</code> return since an empty return stops the loop and another