Interface PermissionGrantingStrategy
- All Known Implementing Classes:
DefaultPermissionGrantingStrategy
public interface PermissionGrantingStrategy
Allow customization of the logic for determining whether a permission or permissions
are granted to a particular sid or sids by an
Acl
.- Since:
- 3.0.2
-
Method Summary
-
Method Details
-
isGranted
Returns true if the supplied strategy decides that the suppliedAcl
grants access based on the supplied list of permissions and sids.
-