|
||||||||||
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 |
PolicySetType.getObligations()
Gets the obligations of this policy set. |
ObligationsType |
PolicyType.getObligations()
Gets the obligations of this policy. |
Methods in org.opensaml.xacml.policy with parameters of type ObligationsType | |
---|---|
void |
PolicySetType.setObligations(ObligationsType obligations)
Sets the obligations of this policy set. |
void |
PolicyType.setObligations(ObligationsType obligations)
Sets the obligations of this policy. |
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 XACML object, using its default attribute name. |
ObligationsType |
ObligationsTypeImplBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
|
ObligationsType |
PolicySetTypeImpl.getObligations()
Gets the obligations of this policy set. |
ObligationsType |
PolicyTypeImpl.getObligations()
Gets the obligations of this policy. |
Methods in org.opensaml.xacml.policy.impl with parameters of type ObligationsType | |
---|---|
void |
PolicySetTypeImpl.setObligations(ObligationsType newObligations)
Sets the obligations of this policy set. |
void |
PolicyTypeImpl.setObligations(ObligationsType newObligations)
Sets the obligations of this policy. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |