public interface Permission
| Modifier and Type | Method and Description |
|---|---|
IdentityType |
getAssignee()
Returns the identity to which the permission is assigned.
|
String |
getOperation()
Returns the permission operation
|
Object |
getResource()
Returns the resource object if known, otherwise returns null.
|
Class<?> |
getResourceClass()
Returns the resource class if the actual resource instance is not known, otherwise returns null.
|
Serializable |
getResourceIdentifier()
Returns the resource identifier if the actual resource instance is not known, otherwise returns null.
|
Object getResource()
Class<?> getResourceClass()
Serializable getResourceIdentifier()
IdentityType getAssignee()
String getOperation()
Copyright © 2014. All Rights Reserved.