|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ObligationsType | |
|---|---|
| org.opensaml.xacml.ctx | |
| org.opensaml.xacml.ctx.impl | |
| org.opensaml.xacml.policy | |
| org.opensaml.xacml.policy.impl | |
| Uses of ObligationsType in org.opensaml.xacml.ctx |
|---|
| Methods in org.opensaml.xacml.ctx that return ObligationsType | |
|---|---|
ObligationsType |
ResultType.getObligations()
Returns the list of Obligations in the result. |
| Methods in org.opensaml.xacml.ctx with parameters of type ObligationsType | |
|---|---|
void |
ResultType.setObligations(ObligationsType obligations)
Sets the obligations for this result. |
| Uses of ObligationsType in org.opensaml.xacml.ctx.impl |
|---|
| Methods in org.opensaml.xacml.ctx.impl that return ObligationsType | |
|---|---|
ObligationsType |
ResultTypeImpl.getObligations()
Returns the list of Obligations in the result. |
| Methods in org.opensaml.xacml.ctx.impl with parameters of type ObligationsType | |
|---|---|
void |
ResultTypeImpl.setObligations(ObligationsType obligationsIn)
Sets the obligations for this result. |
| Uses of ObligationsType in org.opensaml.xacml.policy |
|---|
| Methods in org.opensaml.xacml.policy that return ObligationsType | |
|---|---|
ObligationsType |
PolicyType.getObligations()
Gets the obligations of this policy. |
ObligationsType |
PolicySetType.getObligations()
Gets the obligations of this policy set. |
| Methods in org.opensaml.xacml.policy with parameters of type ObligationsType | |
|---|---|
void |
PolicyType.setObligations(ObligationsType obligations)
Sets the obligations of this policy. |
void |
PolicySetType.setObligations(ObligationsType obligations)
Sets the obligations of this policy set. |
| Uses of ObligationsType in org.opensaml.xacml.policy.impl |
|---|
| Classes in org.opensaml.xacml.policy.impl that implement ObligationsType | |
|---|---|
class |
ObligationsTypeImpl
Implementation for ObligationsType. |
| Methods in org.opensaml.xacml.policy.impl that return ObligationsType | |
|---|---|
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)
|
ObligationsType |
PolicyTypeImpl.getObligations()
Gets the obligations of this policy. |
ObligationsType |
PolicySetTypeImpl.getObligations()
Gets the obligations of this policy set. |
| Methods in org.opensaml.xacml.policy.impl with parameters of type ObligationsType | |
|---|---|
void |
PolicyTypeImpl.setObligations(ObligationsType newObligations)
Sets the obligations of this policy. |
void |
PolicySetTypeImpl.setObligations(ObligationsType newObligations)
Sets the obligations of this policy set. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||