public class IdentityPermission extends Permission
| Constructor and Description |
|---|
IdentityPermission(Class<?> resourceClass,
Serializable resourceIdentifier,
IdentityType assignee,
String operation) |
IdentityPermission(Object resource,
IdentityType assignee,
String operation) |
| Modifier and Type | Method and Description |
|---|---|
IdentityType |
getAssignee()
Returns the identity to which the permission is assigned.
|
getOperation, getResource, getResourceClass, getResourceIdentifierpublic IdentityPermission(Object resource, IdentityType assignee, String operation)
public IdentityPermission(Class<?> resourceClass, Serializable resourceIdentifier, IdentityType assignee, String operation)
public IdentityType getAssignee()
Copyright © 2021. All rights reserved.