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

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

Introduction

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

Usage

From source file net.projectmonkey.spring.acl.entity.SimpleMutableAcl.java

/**
 * Extension of the MutableAcl which provides some additional methods
 * aimed at making creation / management of acl's easier.
 *
 * @author Andy Moody
 */

From source file org.jtalks.common.security.acl.ExtendedMutableAcl.java

/**
 * This implementations of {@link MutableAcl} adds additional handy methods like {@link #delete(AccessControlEntry)}.
 * It's actually a wrapper that delegates all the implemented methods to the internal {@link MutableAcl} that is
 * accepted in the constructor.
 *
 * @author stanislav bashkirtsev

From source file org.jtalks.jcommune.service.security.acl.ExtendedMutableAcl.java

/**
 * This implementations of {@link MutableAcl} adds additional handy methods like {@link #delete(AccessControlEntry)}.
 * It's actually a wrapper that delegates all the implemented methods to the internal {@link MutableAcl} that is
 * accepted in the constructor.
 *
 * @author stanislav bashkirtsev