org.jboss.picketlink.cdi.permission
Class Permission

java.lang.Object
  extended by 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)
           
 
Method Summary
 String getPermission()
           
 org.jboss.picketlink.idm.model.IdentityType getRecipient()
           
 Object getResource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Permission

public Permission(Object resource,
                  org.jboss.picketlink.idm.model.IdentityType recipient,
                  String permission)
Method Detail

getResource

public Object getResource()

getRecipient

public org.jboss.picketlink.idm.model.IdentityType getRecipient()

getPermission

public String getPermission()


Copyright © 2012. All Rights Reserved.