| |
|
| java.lang.Object org.acegisecurity.acls.domain.BasePermission
BasePermission | final public class BasePermission implements Permission(Code) | | A set of standard permissions.
author: Ben Alex version: $Id: BasePermission.java 1868 2007-05-25 02:28:40Z benalex $ |
buildFromMask | public static Permission buildFromMask(int mask)(Code) | | Dynamically creates a CumulativePermission or BasePermission representing the
active bits in the passed mask.
Parameters: mask - to build a Permission representing the requested object |
getMask | public int getMask()(Code) | | |
hashCode | public int hashCode()(Code) | | |
|
|
|