Uses of Interface
org.opensaml.xacml.policy.ObligationsType
Packages that use ObligationsType
Package
Description
XMLObject interfaces for XACML context schema.
XMLObject interfaces for XACML policy schema.
-
Uses of ObligationsType in org.opensaml.xacml.ctx
Methods in org.opensaml.xacml.ctx that return ObligationsTypeModifier and TypeMethodDescriptionResultType.getObligations()Returns the list of Obligations in the result.Methods in org.opensaml.xacml.ctx with parameters of type ObligationsTypeModifier and TypeMethodDescriptionvoidResultType.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 ObligationsTypeModifier and TypeMethodDescriptionPolicySetType.getObligations()Gets the obligations of this policy set.PolicyType.getObligations()Gets the obligations of this policy.Methods in org.opensaml.xacml.policy with parameters of type ObligationsTypeModifier and TypeMethodDescriptionvoidPolicySetType.setObligations(ObligationsType obligations) Sets the obligations of this policy set.voidPolicyType.setObligations(ObligationsType obligations) Sets the obligations of this policy.