Interface OidcHttpFacade.Response

  • Enclosing class:
    OidcHttpFacade

    public static interface OidcHttpFacade.Response
    • Method Detail

      • setStatus

        void setStatus​(int status)
      • resetCookie

        void resetCookie​(String name,
                         String path)
      • setCookie

        void setCookie​(String name,
                       String value,
                       String path,
                       String domain,
                       int maxAge,
                       boolean secure,
                       boolean httpOnly)
      • sendError

        void sendError​(int code)
      • sendError

        void sendError​(int code,
                       String message)
      • end

        void end()
        If the response is finished, end it.