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.
 

Fields in org.opensaml.xacml.policy.impl with type parameters of type ObligationType
private  XMLObjectChildrenList<ObligationType> ObligationsTypeImpl.obligations
          A list of the obligations.
 

Methods in org.opensaml.xacml.policy.impl that return ObligationType
 ObligationType ObligationTypeImplBuilder.buildObject()
          Builds a XACMLObject using the default name and namespace information provided XACML specifications.
 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 © 1999-2013. All Rights Reserved.