Class BaseXacmlJaxbResultPostprocessor

    • Constructor Detail

      • BaseXacmlJaxbResultPostprocessor

        public BaseXacmlJaxbResultPostprocessor​(int clientRequestErrorVerbosityLevel)
                                         throws IllegalArgumentException
        Constructor
        Parameters:
        clientRequestErrorVerbosityLevel - Level of verbosity of the error message trace returned in case of client request errors, e.g. invalid requests. Increasing this value usually helps the clients better pinpoint the issue with their Requests. This result postprocessor returns all error messages in the Java stacktrace up to the same level as this parameter's value if the stacktrace is bigger, else the full stacktrace.
        Throws:
        IllegalArgumentException - if clientRequestErrorVerbosityLevel < 0