Uses of Interface
org.opensaml.xacml.policy.ObligationsType
Packages that use ObligationsType
Package
Description
XMLObject interfaces for XACML context schema.
XMLObject implementations for XACML context schema.
XMLObject interfaces for XACML policy schema.
XMLObject provider implementation classes 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.ctx.impl
Fields in org.opensaml.xacml.ctx.impl declared as ObligationsTypeModifier and TypeFieldDescriptionprivate ObligationsTypeResultTypeImpl.obligationsThe obligations in this Result.Methods in org.opensaml.xacml.ctx.impl that return ObligationsTypeModifier and TypeMethodDescriptionResultTypeImpl.getObligations()Returns the list of Obligations in the result.Methods in org.opensaml.xacml.ctx.impl with parameters of type ObligationsTypeModifier and TypeMethodDescriptionvoidResultTypeImpl.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 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. -
Uses of ObligationsType in org.opensaml.xacml.policy.impl
Classes in org.opensaml.xacml.policy.impl that implement ObligationsTypeFields in org.opensaml.xacml.policy.impl declared as ObligationsTypeModifier and TypeFieldDescriptionprivate ObligationsTypePolicySetTypeImpl.obligationsPolicy obligations.private ObligationsTypePolicyTypeImpl.obligationsPolicy obligations.Methods in org.opensaml.xacml.policy.impl that return ObligationsTypeModifier and TypeMethodDescriptionObligationsTypeImplBuilder.buildObject()Builds a XACMLObject using the default name and namespace information provided XACML specifications.ObligationsTypeImplBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.PolicySetTypeImpl.getObligations()Gets the obligations of this policy set.PolicyTypeImpl.getObligations()Gets the obligations of this policy.Methods in org.opensaml.xacml.policy.impl with parameters of type ObligationsTypeModifier and TypeMethodDescriptionvoidPolicySetTypeImpl.setObligations(ObligationsType newObligations) Sets the obligations of this policy set.voidPolicyTypeImpl.setObligations(ObligationsType newObligations) Sets the obligations of this policy.