issrg.pba.rbac.policies
Class UserAction

java.lang.Object
  extended byissrg.pba.rbac.policies.UserAction

public class UserAction
extends java.lang.Object

This is the class representing an action-target pair in PERMIS, so it can be stored by MMEP rules for MSoD as a unit.

Version:
0.1
Author:
W. Xu

Field Summary
 java.lang.String action
           
 java.lang.String target
           
 
Constructor Summary
UserAction(java.lang.String a, java.lang.String t)
          This constructor creates the UserAction object.
 
Method Summary
 java.lang.String getAction()
          This method returns the action as a String.
 java.lang.String getTarget()
          This method returns the target as a String.
 java.lang.String toString()
          This method prints the action and target.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

action

public java.lang.String action

target

public java.lang.String target
Constructor Detail

UserAction

public UserAction(java.lang.String a,
                  java.lang.String t)
This constructor creates the UserAction object.

Method Detail

getAction

public java.lang.String getAction()
This method returns the action as a String.


getTarget

public java.lang.String getTarget()
This method returns the target as a String.


toString

public java.lang.String toString()
This method prints the action and target.