Class ConfirmationRequest

    • Constructor Detail

      • ConfirmationRequest

        public ConfirmationRequest​(String id,
                                   String method,
                                   URL url)
        Creates a confirmation request element.
        Parameters:
        id - The transaction identifier provided in the HTTP Authorization Request
        method - The method of HTTP request.
        url - The URL that was requested.
    • Method Detail

      • getId

        public final String getId()
        Gets the transaction identifier provided in the HTTP Authorization Request.
        Returns:
        The id.
      • getMethod

        public final String getMethod()
        Gets the HTTP method.
        Returns:
        The HTTP method.
      • getUrl

        public final URL getUrl()
        Gets the URL to confirm.
        Returns:
        The URL.