Uses of Interface
org.opensaml.xacml.policy.ObligationsType

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 XACMLObject using the default name and namespace information provided XACML specifications.
 ObligationsType ObligationsTypeImplBuilder.buildObject(String namespaceURI, String localName, 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.
 



Copyright © 2006-2013 Internet2. All Rights Reserved.