|
Checks access for the implicit active subject's access to the resource protected by the portlet permission
This is an abstraction introduced in 2.1 for Permission Manager implementations NOT
founded upon the a Java security policy. If the Permission Manager is configured to
run with Security Constraints, then a security constraint check is made. Otherwise,
a standard Java Security permission check is made.
Parameters: portlet - The portlet to be checked Parameters: mask - A mask JetspeedActions such as view, edit true if access is granted, false if access denied based on policy or constraints |