Example usage for org.springframework.security.acls.model Acl interface-usage

List of usage examples for org.springframework.security.acls.model Acl interface-usage

Introduction

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

Usage

From source file grails.plugin.springsecurity.acl.model.StubAclParent.java

/**
 * Copied from the <code>BasicLookupStrategy</code> private inner class.
 *
 * @author <a href='mailto:burt@burtbeckwith.com'>Burt Beckwith</a>
 */
public class StubAclParent implements Acl {

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

/**
 * Copied from the <code>BasicLookupStrategy</code> private inner class.
 *
 * @author <a href='mailto:burt@burtbeckwith.com'>Burt Beckwith</a>
 */
public class StubAclParent implements Acl {

From source file com.excilys.ebi.bank.service.impl.security.SimpleAclImpl.java

public class SimpleAclImpl implements Acl {

    private static final long serialVersionUID = -328134516312149798L;

    private final ObjectIdentity objectIdentity;
    private final List<AccessControlEntry> entries = newArrayList();