Uses of Class
eu.xtreemos.xosd.security.vops.xacml.policy.PolicyRule

Packages that use PolicyRule
eu.xtreemos.xosd.security.vops.xacml   
eu.xtreemos.xosd.security.vops.xacml.policy   
eu.xtreemos.xosd.security.vops.xacml.utils   
 

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

Methods in eu.xtreemos.xosd.security.vops.xacml that return PolicyRule
static PolicyRule PolicyTest.createPolicyRule(java.util.Hashtable<java.lang.String,java.lang.Object> xmlForm)
          Deprecated.  
 

Uses of PolicyRule in eu.xtreemos.xosd.security.vops.xacml.policy
 

Fields in eu.xtreemos.xosd.security.vops.xacml.policy with type parameters of type PolicyRule
private  java.util.ArrayList<PolicyRule> Policy.rules
          List of all policy rules.
 

Methods in eu.xtreemos.xosd.security.vops.xacml.policy that return PolicyRule
static PolicyRule PolicyRule.createPolicyRule(java.util.Hashtable<java.lang.String,java.lang.Object> xmlForm)
          Creates rule based on the xmlForm passed as an argument.
 PolicyRule Policy.getRule(java.lang.String ruleId)
           
 

Methods in eu.xtreemos.xosd.security.vops.xacml.policy that return types with arguments of type PolicyRule
 java.util.ArrayList<PolicyRule> Policy.getRules(com.sun.xacml.ctx.RequestCtx context, boolean matchResources)
          Gets array list of all rules in the policy.
 

Methods in eu.xtreemos.xosd.security.vops.xacml.policy with parameters of type PolicyRule
 void Policy.addRule(PolicyRule pr)
          Adds Rule into rule list
 

Method parameters in eu.xtreemos.xosd.security.vops.xacml.policy with type arguments of type PolicyRule
 void Policy.addRules(java.util.ArrayList<PolicyRule> alRules)
          Adds range of rules from ArrayList.
 

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

Methods in eu.xtreemos.xosd.security.vops.xacml.utils with parameters of type PolicyRule
static void PolicyFactory.addRuleToPolicy(PolicyRule pr, java.lang.String policyId)
          Adds rule from XML form as XACML rule into policy