eu.xtreemos.xosd.security.vops.xacml
Class ResourceObject

java.lang.Object
  extended by eu.xtreemos.xosd.security.vops.xacml.ResourceObject
All Implemented Interfaces:
IResource

public class ResourceObject
extends java.lang.Object
implements IResource

Created for testing purposes (RAL meeting in december), access control can be performed on individual resources and more general, should be used to control access to a group of resources/services sharing certain characteristics .

Author:
ales.cernivec@xlab.si

Field Summary
private  PolicyTargetSubjectAttributes objAttributes
           
 
Constructor Summary
ResourceObject(PolicyTargetSubjectAttributes oa)
           
 
Method Summary
 java.lang.String getResourceDescription()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

objAttributes

private PolicyTargetSubjectAttributes objAttributes
Constructor Detail

ResourceObject

public ResourceObject(PolicyTargetSubjectAttributes oa)
Method Detail

getResourceDescription

public java.lang.String getResourceDescription()
Specified by:
getResourceDescription in interface IResource