Uses of Interface
org.opensaml.xacml.policy.ObligationsType
-
Packages that use ObligationsType Package Description org.opensaml.xacml.ctx XMLObject interfaces for XACML context schema.org.opensaml.xacml.policy XMLObject interfaces for XACML policy schema. -
-
Uses of ObligationsType in org.opensaml.xacml.ctx
Methods in org.opensaml.xacml.ctx that return ObligationsType Modifier and Type Method Description ObligationsTypeResultType. getObligations()Returns the list of Obligations in the result.Methods in org.opensaml.xacml.ctx with parameters of type ObligationsType Modifier and Type Method Description voidResultType. setObligations(ObligationsType obligations)Sets the obligations for this result. -
Uses of ObligationsType in org.opensaml.xacml.policy
Methods in org.opensaml.xacml.policy that return ObligationsType Modifier and Type Method Description ObligationsTypePolicySetType. getObligations()Gets the obligations of this policy set.ObligationsTypePolicyType. getObligations()Gets the obligations of this policy.Methods in org.opensaml.xacml.policy with parameters of type ObligationsType Modifier and Type Method Description voidPolicySetType. setObligations(ObligationsType obligations)Sets the obligations of this policy set.voidPolicyType. setObligations(ObligationsType obligations)Sets the obligations of this policy.
-