Class SadRequestExtension

java.lang.Object
se.swedenconnect.spring.saml.idp.extensions.SadRequestExtension
All Implemented Interfaces:
Serializable

public class SadRequestExtension extends Object implements Serializable
A representation of the SADRequest extension as defined in Signature Activation Protocol for Federated Signing.
Author:
Martin Lindström
See Also:
  • Constructor Details

    • SadRequestExtension

      public SadRequestExtension(se.swedenconnect.opensaml.sweid.saml2.signservice.sap.SADRequest sadRequest)
      Constructor.

      Note: No validation of the SADRequest is made.

      Parameters:
      sadRequest - the SADRequest extension
  • Method Details

    • getId

      public String getId()
      Gets the ID of the SADRequest.
      Returns:
      the ID of the SADRequest
    • getRequesterId

      public String getRequesterId()
      Gets the requester ID.
      Returns:
      the requester ID
    • getSignRequestId

      public String getSignRequestId()
      Gets the sign request ID.
      Returns:
      the sign request ID
    • getDocumentCount

      public Integer getDocumentCount()
      Gets the document count.
      Returns:
      the document count