| biz.hammurapi.web.security.Protected
Protected | public interface Protected (Code) | | Objects with associated ACL implement this interface.
author: Daniel |
hasPermission | boolean hasPermission(String userName, String action)(Code) | | Checks user permission on this object
Parameters: userName - User login name Parameters: action - Action name true if user with given name has permission to execute given action on this object. |
|
|