Example usage for org.springframework.security.acls.afterinvocation AclEntryAfterInvocationProvider subclass-usage

List of usage examples for org.springframework.security.acls.afterinvocation AclEntryAfterInvocationProvider subclass-usage

Introduction

In this page you can find the example usage for org.springframework.security.acls.afterinvocation AclEntryAfterInvocationProvider subclass-usage.

Usage

From source file ubic.gemma.security.authorization.acl.AclEntryAfterInvocationQuietProvider.java

/**
 * Overrides default behaviour by returning null, rather than throwing an access denied exception
 * 
 * @author paul
 * @version $Id: AclEntryAfterInvocationQuietProvider.java,v 1.2 2013/05/10 21:10:57 paul Exp $
 */

From source file ubic.gemma.security.authorization.acl.AclAfterValueObjectProvider.java

/**
 * Security check for reading value objects. Also overrides default behaviour by returning null, rather than throwing an
 * access denied exception.
 * <p>
 * As a side effect, it fills in security status information in the value objects to which permission was granted.
 *