Example usage for org.springframework.security.acls.domain AuditLogger interface-usage

List of usage examples for org.springframework.security.acls.domain AuditLogger interface-usage

Introduction

In this page you can find the example usage for org.springframework.security.acls.domain AuditLogger interface-usage.

Usage

From source file grails.plugin.springsecurity.acl.domain.NullAclAuditLogger.java

/**
 * No-op logger that gets registered as the logger so there's a bean to override.
 *
 * @author <a href='mailto:burt@burtbeckwith.com'>Burt Beckwith</a>
 */
public class NullAclAuditLogger implements AuditLogger {

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

/**
 * No-op logger that gets registered as the logger so there's a bean to override.
 *
 * @author <a href='mailto:burt@burtbeckwith.com'>Burt Beckwith</a>
 */
public class NullAclAuditLogger implements AuditLogger {

From source file org.aon.esolutions.appconfig.security.CommonsLoggingAuditLogger.java

public class CommonsLoggingAuditLogger implements AuditLogger {

    private static final Log logger = LogFactory.getLog(CommonsLoggingAuditLogger.class);

    @Override
    public void logIfNeeded(boolean granted, AccessControlEntry ace) {

From source file ubic.gemma.security.audit.AclAuditLogger.java

/**
 * Wire into the {@link org.springframework.security.acls.jdbc.LookupStrategy} to enable logging of object access.
 * 
 * @author paul
 * @version $Id: AclAuditLogger.java,v 1.4 2012/05/27 02:58:39 paul Exp $
 * @see org.springframework.security.acls.jdbc.LookupStrategy