Uses of Interface
eu.xtreemos.xosd.security.vops.xacml.IResource

Packages that use IResource
eu.xtreemos.xosd.security.vops.xacml   
eu.xtreemos.xosd.security.vops.xacml.utils   
 

Uses of IResource in eu.xtreemos.xosd.security.vops.xacml
 

Classes in eu.xtreemos.xosd.security.vops.xacml that implement IResource
 class ResourceObject
          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 .
 

Uses of IResource in eu.xtreemos.xosd.security.vops.xacml.utils
 

Fields in eu.xtreemos.xosd.security.vops.xacml.utils with type parameters of type IResource
(package private) static java.util.ArrayList<IResource> PolicyFactory.listOfResources
          Experiamental
 

Methods in eu.xtreemos.xosd.security.vops.xacml.utils with parameters of type IResource
static void PolicyFactory.registerResource(IResource res)
          EXPERIMENTAL!