Uses of Interface
org.jboss.security.acl.BitMaskPermission

Packages that use BitMaskPermission
org.jboss.security.acl   
 

Uses of BitMaskPermission in org.jboss.security.acl
 

Classes in org.jboss.security.acl that implement BitMaskPermission
 class BasicACLPermission
           This enum defines the basic ACL permissions.
 class CompositeACLPermission
           This class represents a composite permission - a permission that contains one or more basic permissions.
 

Constructors in org.jboss.security.acl with parameters of type BitMaskPermission
ACLEntryImpl(BitMaskPermission permission, org.jboss.security.identity.Identity identity)
           Builds an instance of ACLEntryImpl with the specified permission and identity.
ACLEntryImpl(BitMaskPermission permission, String identityOrRole)
           Builds an instance of ACLEntryImpl with the specified permission and identity/role name.
 



Copyright © 2009 JBoss Inc.. All Rights Reserved.