Modifier and Type | Method and Description |
---|---|
ACLPermission |
ACLEntry.getPermission()
Obtains the
Permission object held by this entry. |
Modifier and Type | Method and Description |
---|---|
boolean |
ACLEntry.checkPermission(ACLPermission permission)
Checks if the specified permission is part of the this entry's permission.
|
boolean |
ACLProvider.isAccessGranted(Resource resource,
Identity identity,
ACLPermission permission)
Checks if the given identity has the permissions needed to access the specified resource.
|
boolean |
ACL.isGranted(ACLPermission permission,
Identity identity)
Verify if the given permission is assigned to the specified
Identity . |
Copyright © 2021 JBoss by Red Hat. All rights reserved.