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, getResourceIdentifier
public IdentityPermission(Object resource, IdentityType assignee, String operation)
public IdentityPermission(Class<?> resourceClass, Serializable resourceIdentifier, IdentityType assignee, String operation)
public IdentityType getAssignee()
Copyright © 2019. All rights reserved.