| 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 |
|---|---|
java.util.List<AttributeAssignmentType> |
ObligationType.getAttributeAssignments()
Gets the attribute assignments for this obligation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeAssignmentTypeImpl
Implementation for
AttributeAssignmentType. |
| Modifier and Type | Field and Description |
|---|---|
private XMLObjectChildrenList<AttributeAssignmentType> |
ObligationTypeImpl.attributeAssignments
List of the atrributeAssignments in the obligation.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeAssignmentType |
AttributeAssignmentTypeImplBuilder.buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
|
AttributeAssignmentType |
AttributeAssignmentTypeImplBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AttributeAssignmentType> |
ObligationTypeImpl.getAttributeAssignments()
Gets the attribute assignments for this obligation.
|