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- 
isGrantedReturns true if the supplied strategy decides that the suppliedAclgrants access based on the supplied list of permissions and sids.
 
-