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

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

public class RequestSubject
extends java.lang.Object


Field Summary
(package private)  java.util.HashSet attributes
           
 
Constructor Summary
RequestSubject()
           
 
Method Summary
 void addAttribute(com.sun.xacml.ctx.Attribute attr)
           
 com.sun.xacml.ctx.Subject getSubject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attributes

java.util.HashSet attributes
Constructor Detail

RequestSubject

public RequestSubject()
Method Detail

addAttribute

public void addAttribute(com.sun.xacml.ctx.Attribute attr)

getSubject

public com.sun.xacml.ctx.Subject getSubject()