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

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

Introduction

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

Usage

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

/**
 * <code>MethodSecurityMetadataSource</code> that's populated by 'springSecurityACL' blocks in services.
 *
 * @author <a href='mailto:burt@burtbeckwith.com'>Burt Beckwith</a>
 */
public class ServiceStaticMethodSecurityMetadataSource extends AbstractFallbackMethodSecurityMetadataSource {

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

/**
 * <code>MethodSecurityMetadataSource</code> that's populated by 'springSecurityACL' blocks in services.
 *
 * @author <a href='mailto:burt@burtbeckwith.com'>Burt Beckwith</a>
 */
public class ServiceStaticMethodSecurityMetadataSource extends AbstractFallbackMethodSecurityMetadataSource {

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

/**
 * Based on the Spring Security class of the same name but supports the plugin's @Secured annotation
 * which can be applied on fields to support annotated controller actions.
 *
 * @author <a href='mailto:burt@burtbeckwith.com'>Burt Beckwith</a>
 */

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

/**
 * Based on the Spring Security class of the same name but supports the plugin's @Secured annotation
 * which can be applied on fields to support annotated controller actions.
 *
 * @author <a href='mailto:burt@burtbeckwith.com'>Burt Beckwith</a>
 */