public class WebACPermission extends Object implements org.apache.shiro.authz.Permission
| Constructor and Description |
|---|
WebACPermission(URI mode,
URI resource) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
One WebACPermission equals another if they have the same mode and resource URIs.
|
int |
hashCode() |
boolean |
implies(org.apache.shiro.authz.Permission p)
One WebACPermission implies another if they are equal (i.e., have the same mode and resource URIs).
|
String |
toString() |
public WebACPermission(URI mode, URI resource)
mode - ACL access moderesource - resource to be accessedpublic boolean implies(org.apache.shiro.authz.Permission p)
implies in interface org.apache.shiro.authz.Permissionp - permission to compare topublic boolean equals(Object o)
Copyright © 2013–2020 DuraSpace, Inc.. All rights reserved.