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 interfaceBitMaskPermissionThis 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 classBasicACLPermissionThis enum defines the basic ACL permissions.classCompositeACLPermissionThis 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 ACLPermissionACLProviderImpl. getInitialPermissions(Resource resource, String identityName)This method retrieves the permissions the specified identity has over the specified resource.ACLPermissionACLEntry. getPermission()Obtains thePermissionobject held by this entry.ACLPermissionACLEntryImpl. getPermission()ACLPermissionEntitlementEntry. getPermission()Methods in org.jboss.security.acl with parameters of type ACLPermission Modifier and Type Method Description booleanACLEntry. checkPermission(ACLPermission permission)Checks if the specified permission is part of the this entry's permission.booleanACLEntryImpl. checkPermission(ACLPermission permission)protected voidACLProviderImpl. fillEntitlements(Set<EntitlementEntry> entitlements, Resource resource, String identityName, ACLPermission permission)Helper method that populates theentitlementscollection as it traverses through the resources.booleanACLProvider. isAccessGranted(Resource resource, Identity identity, ACLPermission permission)Checks if the given identity has the permissions needed to access the specified resource.booleanACLProviderImpl. isAccessGranted(Resource resource, Identity identity, ACLPermission permission)booleanRoleBasedACLProviderImpl. 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.booleanACL. isGranted(ACLPermission permission, Identity identity)Verify if the given permission is assigned to the specifiedIdentity.booleanACLImpl. 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 ofEntitlementEntrywith the specified resource and permissions.
-