Uses of Interface
org.jboss.security.acl.ACLPermission
-
Packages that use ACLPermission Package Description org.jboss.security.acl -
-
Uses of ACLPermission in org.jboss.security.acl
Subinterfaces of ACLPermission in org.jboss.security.acl Modifier and Type Interface Description interface
BitMaskPermission
This interface defines the methods that must be implemented by bitmask-based permissions.Classes in org.jboss.security.acl that implement ACLPermission 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.Methods in org.jboss.security.acl that return ACLPermission Modifier and Type Method Description protected ACLPermission
ACLProviderImpl. getInitialPermissions(Resource resource, String identityName)
This method retrieves the permissions the specified identity has over the specified resource.ACLPermission
ACLEntry. getPermission()
Obtains thePermission
object held by this entry.ACLPermission
ACLEntryImpl. getPermission()
ACLPermission
EntitlementEntry. getPermission()
Methods in org.jboss.security.acl with parameters of type ACLPermission Modifier and Type Method Description boolean
ACLEntry. checkPermission(ACLPermission permission)
Checks if the specified permission is part of the this entry's permission.boolean
ACLEntryImpl. checkPermission(ACLPermission permission)
protected void
ACLProviderImpl. fillEntitlements(Set<EntitlementEntry> entitlements, Resource resource, String identityName, ACLPermission permission)
Helper method that populates theentitlements
collection as it traverses through the resources.boolean
ACLProvider. isAccessGranted(Resource resource, Identity identity, ACLPermission permission)
Checks if the given identity has the permissions needed to access the specified resource.boolean
ACLProviderImpl. isAccessGranted(Resource resource, Identity identity, ACLPermission permission)
boolean
RoleBasedACLProviderImpl. isAccessGranted(Resource resource, Identity identity, ACLPermission permission)
This method overrides the default implementation to use roles instead of the identity name when checking for permissions.boolean
ACL. isGranted(ACLPermission permission, Identity identity)
Verify if the given permission is assigned to the specifiedIdentity
.boolean
ACLImpl. isGranted(ACLPermission permission, Identity identity)
Constructors in org.jboss.security.acl with parameters of type ACLPermission Constructor Description EntitlementEntry(Resource resource, ACLPermission permission, String identityOrRole)
Creates an instance ofEntitlementEntry
with the specified resource and permissions.
-