|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PolicyRule | |
---|---|
eu.xtreemos.xosd.vops.xacml | |
eu.xtreemos.xosd.vops.xacml.policy | |
eu.xtreemos.xosd.vops.xacml.utils |
Uses of PolicyRule in eu.xtreemos.xosd.vops.xacml |
---|
Methods in eu.xtreemos.xosd.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.vops.xacml.policy |
---|
Fields in eu.xtreemos.xosd.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.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.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.vops.xacml.policy with parameters of type PolicyRule | |
---|---|
void |
Policy.addRule(PolicyRule pr)
Adds Rule into rule list |
Method parameters in eu.xtreemos.xosd.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.vops.xacml.utils |
---|
Methods in eu.xtreemos.xosd.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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |