org.jboss.seam.security.permission
Class Permission

java.lang.Object
  extended by org.jboss.seam.security.permission.Permission
All Implemented Interfaces:
Serializable

public class Permission
extends Object
implements Serializable

Represents a single permission for a particular target, action and recipient combination.

Author:
Shane Bryzak
See Also:
Serialized Form

Constructor Summary
Permission(Object target, String action, Principal recipient)
           
 
Method Summary
 String getAction()
           
 Principal getRecipient()
           
 Object getTarget()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Permission

public Permission(Object target,
                  String action,
                  Principal recipient)
Method Detail

getTarget

public Object getTarget()

getAction

public String getAction()

getRecipient

public Principal getRecipient()