Class ResourcePermission

java.lang.Object
org.apache.shiro.authz.permission.WildcardPermission
org.apache.geode.security.ResourcePermission
All Implemented Interfaces:
Serializable, org.apache.shiro.authz.Permission

@Immutable public class ResourcePermission extends org.apache.shiro.authz.permission.WildcardPermission
ResourcePermission defines the resource, the operation, the region and the key involved in the action to be authorized. It is passed to the SecurityManager for the implementation to decide whether to grant a user this permission or not.
See Also: