Uses of Interface
org.opensaml.xacml.policy.ObligationType
Packages that use ObligationType
Package
Description
Implementations of XACML functionality.
XMLObject interfaces for XACML policy schema.
XMLObject provider implementation classes for XACML policy schema.
-
Uses of ObligationType in org.opensaml.xacml.ctx.provider.impl
Methods in org.opensaml.xacml.ctx.provider.impl that return types with arguments of type ObligationTypeModifier and TypeMethodDescriptionprotected Map<String,ObligationType> ObligationService.preprocessObligations(ObligationProcessingContext context) Preprocesses the obligations returned within the result.Methods in org.opensaml.xacml.ctx.provider.impl with parameters of type ObligationTypeModifier and TypeMethodDescriptionabstract voidBaseObligationHandler.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 -
Uses of ObligationType in org.opensaml.xacml.policy.impl
Classes in org.opensaml.xacml.policy.impl that implement ObligationTypeFields in org.opensaml.xacml.policy.impl with type parameters of type ObligationTypeModifier and TypeFieldDescriptionprivate XMLObjectChildrenList<ObligationType>ObligationsTypeImpl.obligationsA list of the obligations.Methods in org.opensaml.xacml.policy.impl that return ObligationTypeModifier and TypeMethodDescriptionObligationTypeImplBuilder.buildObject()Builds a XACMLObject using the default name and namespace information provided XACML specifications.ObligationTypeImplBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.Methods in org.opensaml.xacml.policy.impl that return types with arguments of type ObligationTypeModifier and TypeMethodDescriptionObligationsTypeImpl.getObligations()Get the list of obligations.