Package | Description |
---|---|
org.opensaml.xacml.policy |
XMLObject interfaces for XACML policy schema.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AttributeAssignmentType
XACML AttributeAssignment schema type.
|
Modifier and Type | Method and Description |
---|---|
AttributeValueType |
CombinerParameterType.getAttributeValue()
Gets the attribute value type for this parameter.
|
AttributeValueType |
EnvironmentMatchType.getAttributeValue()
Gets the attribute value for this match.
|
AttributeValueType |
ResourceMatchType.getAttributeValue()
Gets the attribute value for this match.
|
AttributeValueType |
ActionMatchType.getAttributeValue()
Gets the attribute value for this match.
|
AttributeValueType |
SubjectMatchType.getAttributeValue()
Gets the attribute value for this match.
|
Modifier and Type | Method and Description |
---|---|
void |
CombinerParameterType.setAttributeValue(AttributeValueType value)
Sets the attribute value type for this parameter.
|
void |
EnvironmentMatchType.setAttributeValue(AttributeValueType value)
Sets the attribute value for this match.
|
void |
ResourceMatchType.setAttributeValue(AttributeValueType value)
Sets the attribute value for this match.
|
void |
ActionMatchType.setAttributeValue(AttributeValueType value)
Sets the attribute value for this match.
|
void |
SubjectMatchType.setAttributeValue(AttributeValueType value)
Sets the attribute value for this match.
|
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.