Package | Description |
---|---|
org.opensaml.xacml.ctx |
XMLObject interfaces for XACML context schema.
|
org.opensaml.xacml.policy |
XMLObject interfaces 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 | Method and Description |
---|---|
ObligationsType |
PolicyType.getObligations()
Gets the obligations of this policy.
|
ObligationsType |
PolicySetType.getObligations()
Gets the obligations of this policy set.
|
Modifier and Type | Method and Description |
---|---|
void |
PolicyType.setObligations(ObligationsType obligations)
Sets the obligations of this policy.
|
void |
PolicySetType.setObligations(ObligationsType obligations)
Sets the obligations of this policy set.
|
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.