Class 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 String ID
      ID of this PdpExtension
      • Fields inherited from interface org.ow2.authzforce.core.pdp.api.PdpExtension

        AUTHZFORCE_EXTENSION_PREFIX
    • Constructor Summary

      Constructors 
      Constructor Description
      Factory()
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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
    • Constructor Detail

      • Factory

        public Factory()
        Constructor
    • Method Detail

      • 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)