Example usage for org.springframework.security.access AfterInvocationProvider interface-usage

List of usage examples for org.springframework.security.access AfterInvocationProvider interface-usage

Introduction

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

Usage

From source file grails.plugin.springsecurity.access.NullAfterInvocationProvider.java

/**
 * No-op implementation.
 *
 * @author <a href='mailto:burt@burtbeckwith.com'>Burt Beckwith</a>
 */
public class NullAfterInvocationProvider implements AfterInvocationProvider {

From source file org.springframework.security.access.prepost.PostInvocationAdviceProvider.java

/**
 * <tt>AfterInvocationProvider</tt> which delegates to a
 * {@link PostInvocationAuthorizationAdvice} instance passing it the
 * <tt>PostInvocationAttribute</tt> created from @PostAuthorize and @PostFilter
 * annotations.
 *