public class Permission extends Object
| Constructor and Description |
|---|
Permission(Object resource,
IdentityType recipient,
String permission) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPermission() |
IdentityType |
getRecipient() |
Object |
getResource() |
public Permission(Object resource, IdentityType recipient, String permission)
public Object getResource()
public IdentityType getRecipient()
public String getPermission()
Copyright © 2013. All Rights Reserved.