Uses of Interface
org.jboss.security.acl.BitMaskPermission
-
Packages that use BitMaskPermission Package Description org.jboss.security.acl -
-
Uses of BitMaskPermission in org.jboss.security.acl
Classes in org.jboss.security.acl that implement BitMaskPermission Modifier and Type Class Description 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 Constructor Description ACLEntryImpl(BitMaskPermission permission, String identityOrRole)
Builds an instance ofACLEntryImpl
with the specified permission and identity/role name.ACLEntryImpl(BitMaskPermission permission, Identity identity)
Builds an instance ofACLEntryImpl
with the specified permission and identity.
-