|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PolicyApply | |
---|---|
eu.xtreemos.xosd.security.vops.xacml.policy |
Uses of PolicyApply in eu.xtreemos.xosd.security.vops.xacml.policy |
---|
Fields in eu.xtreemos.xosd.security.vops.xacml.policy declared as PolicyApply | |
---|---|
private PolicyApply |
PolicyRuleCondition.apply
|
Fields in eu.xtreemos.xosd.security.vops.xacml.policy with type parameters of type PolicyApply | |
---|---|
private java.util.ArrayList<PolicyApply> |
PolicyApply.alApply
|
private java.util.ArrayList<PolicyApply> |
PolicyRuleCondition.alPolicyApply
|
Methods in eu.xtreemos.xosd.security.vops.xacml.policy that return types with arguments of type PolicyApply | |
---|---|
java.util.ArrayList<PolicyApply> |
PolicyApply.getAlApply()
Gets ArrayList of Apply objects. |
Methods in eu.xtreemos.xosd.security.vops.xacml.policy with parameters of type PolicyApply | |
---|---|
void |
PolicyApply.addAlApply(PolicyApply pa)
Adds Apply objects |
void |
PolicyRuleCondition.addApply(PolicyApply a)
Adds Apply object to list of objects. |
Constructors in eu.xtreemos.xosd.security.vops.xacml.policy with parameters of type PolicyApply | |
---|---|
PolicyApply(PolicyApply e,
com.sun.xacml.attr.AttributeValue value)
Constructs just attributeValue label with no apply function |
|
PolicyRuleCondition(java.lang.String conditionFunctionStr,
PolicyApply a)
Creates Condition label with function |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |