org.jboss.picketlink.cdi.permission
Class Permission
java.lang.Object
org.jboss.picketlink.cdi.permission.Permission
public class Permission
- extends Object
Represents a specific permission grant for a domain object
- Author:
- Shane Bryzak
|
Constructor Summary |
Permission(Object resource,
org.jboss.picketlink.idm.model.IdentityType recipient,
String permission)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Permission
public Permission(Object resource,
org.jboss.picketlink.idm.model.IdentityType recipient,
String permission)
getResource
public Object getResource()
getRecipient
public org.jboss.picketlink.idm.model.IdentityType getRecipient()
getPermission
public String getPermission()
Copyright © 2012. All Rights Reserved.