| Package | Description |
|---|---|
| org.opensaml.xacml.ctx |
XMLObject interfaces for XACML context schema.
|
| org.opensaml.xacml.ctx.impl |
XMLObject implementations for XACML context schema.
|
| 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 |
|---|---|
ObligationsType |
ResultType.getObligations()
Returns the list of Obligations in the result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResultType.setObligations(ObligationsType obligations)
Sets the obligations for this result.
|
| Modifier and Type | Field and Description |
|---|---|
private ObligationsType |
ResultTypeImpl.obligations
The obligations in this Result.
|
| Modifier and Type | Method and Description |
|---|---|
ObligationsType |
ResultTypeImpl.getObligations()
Returns the list of Obligations in the result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResultTypeImpl.setObligations(ObligationsType obligationsIn)
Sets the obligations for this result.
|
| Modifier and Type | Method and Description |
|---|---|
ObligationsType |
PolicySetType.getObligations()
Gets the obligations of this policy set.
|
ObligationsType |
PolicyType.getObligations()
Gets the obligations of this policy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PolicySetType.setObligations(ObligationsType obligations)
Sets the obligations of this policy set.
|
void |
PolicyType.setObligations(ObligationsType obligations)
Sets the obligations of this policy.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ObligationsTypeImpl
Implementation for
ObligationsType. |
| Modifier and Type | Field and Description |
|---|---|
private ObligationsType |
PolicySetTypeImpl.obligations
Policy obligations.
|
private ObligationsType |
PolicyTypeImpl.obligations
Policy obligations.
|
| Modifier and Type | Method and Description |
|---|---|
ObligationsType |
ObligationsTypeImplBuilder.buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
|
ObligationsType |
ObligationsTypeImplBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
ObligationsType |
PolicySetTypeImpl.getObligations()
Gets the obligations of this policy set.
|
ObligationsType |
PolicyTypeImpl.getObligations()
Gets the obligations of this policy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PolicySetTypeImpl.setObligations(ObligationsType newObligations)
Sets the obligations of this policy set.
|
void |
PolicyTypeImpl.setObligations(ObligationsType newObligations)
Sets the obligations of this policy.
|