|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConditionType | |
---|---|
org.opensaml.xacml.policy | |
org.opensaml.xacml.policy.impl |
Uses of ConditionType in org.opensaml.xacml.policy |
---|
Methods in org.opensaml.xacml.policy that return ConditionType | |
---|---|
ConditionType |
RuleType.getCondition()
Gets the condition for this rule. |
Methods in org.opensaml.xacml.policy with parameters of type ConditionType | |
---|---|
void |
RuleType.setCondition(ConditionType condition)
Sets the the condition for this rule. |
Uses of ConditionType in org.opensaml.xacml.policy.impl |
---|
Classes in org.opensaml.xacml.policy.impl that implement ConditionType | |
---|---|
class |
ConditionTypeImpl
Implementation of ConditionType . |
Methods in org.opensaml.xacml.policy.impl that return ConditionType | |
---|---|
ConditionType |
ConditionTypeImplBuilder.buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications. |
ConditionType |
ConditionTypeImplBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
|
ConditionType |
RuleTypeImpl.getCondition()
Gets the condition for this rule. |
Methods in org.opensaml.xacml.policy.impl with parameters of type ConditionType | |
---|---|
void |
RuleTypeImpl.setCondition(ConditionType newCondition)
Sets the the condition for this rule. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |