Uses of Class
eu.xtreemos.xosd.security.vops.xacml.utils.VOPSPolicyFinder

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

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

Fields in eu.xtreemos.xosd.security.vops.xacml.utils declared as VOPSPolicyFinder
private  VOPSPolicyFinder VopsPDP.policyFinder
           
 

Methods in eu.xtreemos.xosd.security.vops.xacml.utils that return VOPSPolicyFinder
 VOPSPolicyFinder VopsPDP.getPolicyFinder()
           
 

Methods in eu.xtreemos.xosd.security.vops.xacml.utils with parameters of type VOPSPolicyFinder
abstract  void VOPSPolicyFinderModule.init(VOPSPolicyFinder finder)
          Initializes this module for use by the given finder.
 void VopsPDP.setPolicyFinder(VOPSPolicyFinder policyFinder)