Class TestCombinedDecisionXacmlJaxbResultPostprocessor.Factory

java.lang.Object
org.ow2.authzforce.core.pdp.api.io.BaseXacmlJaxbResultPostprocessor.Factory
org.ow2.authzforce.core.pdp.testutil.ext.TestCombinedDecisionXacmlJaxbResultPostprocessor.Factory
All Implemented Interfaces:
org.ow2.authzforce.core.pdp.api.DecisionResultPostprocessor.Factory<org.ow2.authzforce.core.pdp.api.io.IndividualXacmlJaxbRequest,oasis.names.tc.xacml._3_0.core.schema.wd_17.Response>, org.ow2.authzforce.core.pdp.api.PdpExtension
Enclosing class:
TestCombinedDecisionXacmlJaxbResultPostprocessor

public static final class TestCombinedDecisionXacmlJaxbResultPostprocessor.Factory extends org.ow2.authzforce.core.pdp.api.io.BaseXacmlJaxbResultPostprocessor.Factory
Factory for this type of result postprocessor filter that allows duplicate <Attribute> with same meta-data in the same <Attributes> element of a Request (complying with XACML 3.0 core spec, ยง7.3.3).
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    ID of this PdpExtension

    Fields inherited from interface org.ow2.authzforce.core.pdp.api.PdpExtension

    AUTHZFORCE_EXTENSION_PREFIX
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    org.ow2.authzforce.core.pdp.api.DecisionResultPostprocessor<org.ow2.authzforce.core.pdp.api.io.IndividualXacmlJaxbRequest,oasis.names.tc.xacml._3_0.core.schema.wd_17.Response>
    getInstance(int clientRequestErrorVerbosityLevel)
     

    Methods inherited from class org.ow2.authzforce.core.pdp.api.io.BaseXacmlJaxbResultPostprocessor.Factory

    getId, getRequestType, getResponseType

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • Factory

      public Factory()
      Constructor
  • Method Details

    • getInstance

      public org.ow2.authzforce.core.pdp.api.DecisionResultPostprocessor<org.ow2.authzforce.core.pdp.api.io.IndividualXacmlJaxbRequest,oasis.names.tc.xacml._3_0.core.schema.wd_17.Response> getInstance(int clientRequestErrorVerbosityLevel)