Interface IssuerResponse

    • Method Detail

      • write

        void write​(javax.servlet.http.HttpServletResponse response)
            throws IOException
        Write the result to the given response.
        Throws:
        IOException
      • getParameters

        Map<String,​String> getParameters()
        There may be several ways that parameters come in for a request. It is up to the implementation to parse them into key/value pairs and pass them back. Generally this includes everything that the client got.
        Returns: