element <tns:resultPostproc> (local)
Namespace:
Type:
xs:anyURI
Content:
simple
Defined:
locally within tns:InOutProcChain complexType in pdp.xsd; see XML source
Component Diagram
XML Representation Summary
<tns:resultPostproc>
   
Content: 
{ xs:anyURI }
</tns:resultPostproc>
Included in content model of elements (1):
Annotation

URI of a XACML decision Result post-processor to be enabled. A decision Result post-processor is a PDP extension that process the result(s) from the policy evaluation before the final XACML Response is created (and returned back to the requester). For example, a typical Result post-processor may combine multiple individual decisions - produced by the requestPreproc - to a single decision Result if and only if the XACML Request's CombinedDecision is set to true, as defined in XACML Multiple Decision Profile specification, section 3. There must be one and only one Java class on the classpath - say com.example.FooResultPostproc - implementing interface org.ow2.authzforce.core.pdp.api.DecisionResultPostprocessor with zero-arg constructor, and this URI must match the one returned by: new com.example.FooResultPostproc().getId() .

More info about Result Postprocessors is available on AuthzForce wiki.

XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="resultPostproc" type="xs:anyURI"/>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.