Package | Description |
---|---|
org.opensaml.xacml.ctx | |
org.opensaml.xacml.ctx.impl | |
org.opensaml.xacml.policy | |
org.opensaml.xacml.policy.impl |
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 |
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 |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ObligationsTypeImpl
Implementation for
ObligationsType . |
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(String namespaceURI,
String localName,
String namespacePrefix) |
ObligationsType |
PolicyTypeImpl.getObligations()
Gets the obligations of this policy.
|
ObligationsType |
PolicySetTypeImpl.getObligations()
Gets the obligations of this policy set.
|
Modifier and Type | Method and Description |
---|---|
void |
PolicyTypeImpl.setObligations(ObligationsType newObligations)
Sets the obligations of this policy.
|
void |
PolicySetTypeImpl.setObligations(ObligationsType newObligations)
Sets the obligations of this policy set.
|
Copyright © 1999-2013. All Rights Reserved.