Class IResponse2

    • Constructor Detail

      • IResponse2

        public IResponse2​(boolean isOIDC)
    • Method Detail

      • isOIDC

        public boolean isOIDC()
      • setIsOIDC

        public void setIsOIDC​(boolean isOIDC)
      • setParameters

        public void setParameters​(Map<String,​String> parameters)
      • getParameters

        public Map<String,​String> getParameters()
        Description copied from interface: IssuerResponse
        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.
        Specified by:
        getParameters in interface IssuerResponse
        Returns: