eu.xtreemos.xosd.security.vops.xacml.request
Class RequestResource

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

public class RequestResource
extends java.lang.Object


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

Field Detail

resource

java.util.HashSet resource
Constructor Detail

RequestResource

public RequestResource()
Method Detail

addAttribute

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

Parameters:
attr - Attribute to be added

getResource

public java.util.HashSet getResource()
Gets resource as HashSet object

Returns:
HashSet resource