Package | Description |
---|---|
org.opensaml.xacml.policy |
XMLObject interfaces for XACML policy schema.
|
org.opensaml.xacml.policy.impl |
XMLObject provider implementation classes for XACML policy schema.
|
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)
Creates an XMLObject with a given fully qualified name.
|
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 © 2018. All rights reserved.