public interface PermissionGrantingStrategy
Acl
.Modifier and Type | Method and Description |
---|---|
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. |
boolean isGranted(Acl acl, List<Permission> permission, List<Sid> sids, boolean administrativeMode)
Acl
grants access based on the supplied list of permissions and sids.