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

Packages that use ObligationType
org.opensaml.xacml.ctx.provider   
org.opensaml.xacml.policy   
org.opensaml.xacml.policy.impl   
 

Uses of ObligationType in org.opensaml.xacml.ctx.provider
 

Methods in org.opensaml.xacml.ctx.provider that return types with arguments of type ObligationType
protected  Map<String,ObligationType> ObligationService.preprocessObligations(ObligationProcessingContext context)
          Preprocesses the obligations returned within the result.
 

Methods in org.opensaml.xacml.ctx.provider with parameters of type ObligationType
abstract  void BaseObligationHandler.evaluateObligation(ObligationProcessingContext context, ObligationType obligation)
          Evaluates the obligation represented by this handler.
 

Uses of ObligationType in org.opensaml.xacml.policy
 

Methods in org.opensaml.xacml.policy that return types with arguments of type ObligationType
 List<ObligationType> ObligationsType.getObligations()
          Get the list of obligations.
 

Uses of ObligationType in org.opensaml.xacml.policy.impl
 

Classes in org.opensaml.xacml.policy.impl that implement ObligationType
 class ObligationTypeImpl
          Implementation for ObligationType.
 

Methods in org.opensaml.xacml.policy.impl that return ObligationType
 ObligationType ObligationTypeImplBuilder.buildObject()
          Builds a XACML object, using its default attribute name.
 ObligationType ObligationTypeImplBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 

Methods in org.opensaml.xacml.policy.impl that return types with arguments of type ObligationType
 List<ObligationType> ObligationsTypeImpl.getObligations()
          Get the list of obligations.
 



Copyright © 2006-2010 Internet2. All Rights Reserved.