org.jboss.seam.security.permission
Class Permission
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Permission
public Permission(Object target,
String action,
Principal recipient)
getTarget
public Object getTarget()
getAction
public String getAction()
getRecipient
public Principal getRecipient()