Class SadRequestExtension
java.lang.Object
se.swedenconnect.spring.saml.idp.extensions.SadRequestExtension
- All Implemented Interfaces:
Serializable
A representation of the
SADRequest extension as defined in
Signature
Activation Protocol for Federated Signing.- Author:
- Martin Lindström
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSadRequestExtension(se.swedenconnect.opensaml.sweid.saml2.signservice.sap.SADRequest sadRequest) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionGets the document count.getId()Gets the ID of theSADRequest.Gets the requester ID.Gets the sign request ID.
-
Constructor Details
-
SadRequestExtension
public SadRequestExtension(se.swedenconnect.opensaml.sweid.saml2.signservice.sap.SADRequest sadRequest) Constructor.Note: No validation of the
SADRequestis made.- Parameters:
sadRequest- theSADRequestextension
-
-
Method Details
-
getId
Gets the ID of theSADRequest.- Returns:
- the ID of the
SADRequest
-
getRequesterId
Gets the requester ID.- Returns:
- the requester ID
-
getSignRequestId
Gets the sign request ID.- Returns:
- the sign request ID
-
getDocumentCount
Gets the document count.- Returns:
- the document count
-