public interface

PermissionGrantingStrategy

org.springframework.security.acls.model.PermissionGrantingStrategy
Known Indirect Subclasses

Class Overview

Allow customization of the logic for determining whether a permission or permissions are granted to a particular sid or sids by an Acl.

Summary

Public Methods
abstract boolean isGranted(Acl acl, List<Permission> permission, List<Sid> sids, boolean administrativeMode)
Returns true if the the supplied strategy decides that the supplied Acl grants access based on the supplied list of permissions and sids.

Public Methods

public abstract boolean isGranted (Acl acl, List<Permission> permission, List<Sid> sids, boolean administrativeMode)

Returns true if the the supplied strategy decides that the supplied Acl grants access based on the supplied list of permissions and sids.