org.jboss.security.acl
Interface BitMaskPermission

All Superinterfaces:
org.jboss.security.acl.ACLPermission, org.jboss.security.authorization.Permission
All Known Implementing Classes:
BasicACLPermission, CompositeACLPermission

public interface BitMaskPermission
extends org.jboss.security.acl.ACLPermission

This interface defines the methods that must be implemented by bitmask-based permissions.

Author:
Stefan Guilhen

Method Summary
 int getMaskValue()
           Obtains the bitmask value of the permission.
 

Method Detail

getMaskValue

int getMaskValue()

Obtains the bitmask value of the permission.

Returns:
an int representing the value of the bitmask.


Copyright © 2009 JBoss Inc.. All Rights Reserved.