Uses of Class
se.swedenconnect.opensaml.sweid.saml2.signservice.build.SADRequestBuilder
Package
Description
Builders for Sign service classes.
-
Uses of SADRequestBuilder in se.swedenconnect.opensaml.sweid.saml2.signservice.build
Modifier and TypeMethodDescriptionstatic SADRequestBuilder
SADRequestBuilder.builder()
Utility method that creates a builder.Assigns the number of requested signatures in the associated sign request.Assigns the ID attribute for theSADRequest
.SADRequestBuilder.requestedVersion
(SADVersion sadVersion) Assigns the requested version of the SAD.SADRequestBuilder.requesterID
(String requesterID) Assigns the requester ID (entityID of the SP requesting the SAD).SADRequestBuilder.requestParams
(RequestParams requestParams) Assigns theRequestParams
element.SADRequestBuilder.signRequestID
(String signRequestID) Assigns the value of theRequestID
attribute of the associatedSignRequest
.