Package | Description |
---|---|
org.opensaml.xacml.policy | |
org.opensaml.xacml.policy.impl |
Modifier and Type | Method and Description |
---|---|
ConditionType |
RuleType.getCondition()
Gets the condition for this rule.
|
Modifier and Type | Method and Description |
---|---|
void |
RuleType.setCondition(ConditionType condition)
Sets the the condition for this rule.
|
Modifier and Type | Class and Description |
---|---|
class |
ConditionTypeImpl
Implementation of
ConditionType . |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
RuleTypeImpl.setCondition(ConditionType newCondition)
Sets the the condition for this rule.
|
Copyright © 1999-2013. All Rights Reserved.