eu.xtreemos.xosd.vops.xacml.request
Class RequestAction

java.lang.Object
  extended by eu.xtreemos.xosd.vops.xacml.request.RequestAction

public class RequestAction
extends java.lang.Object


Field Summary
(package private)  java.util.HashSet action
           
 
Constructor Summary
RequestAction()
           
 
Method Summary
 void addAttribute(com.sun.xacml.ctx.Attribute attr)
          Adds attribute to action context.
 java.util.HashSet getAction()
          Gets action as HashSet object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

action

java.util.HashSet action
Constructor Detail

RequestAction

public RequestAction()
Method Detail

addAttribute

public void addAttribute(com.sun.xacml.ctx.Attribute attr)
Adds attribute to action context.

Parameters:
attr - Attribute to be added

getAction

public java.util.HashSet getAction()
Gets action as HashSet object

Returns:
HashSet action