Uses of Class
se.swedenconnect.opensaml.sweid.saml2.signservice.build.SADRequestBuilder
Packages that use SADRequestBuilder
Package
Description
Builders for Sign service classes.
-
Uses of SADRequestBuilder in se.swedenconnect.opensaml.sweid.saml2.signservice.build
Methods in se.swedenconnect.opensaml.sweid.saml2.signservice.build that return SADRequestBuilderModifier and TypeMethodDescriptionstatic SADRequestBuilderSADRequestBuilder.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 theRequestParamselement.SADRequestBuilder.signRequestID(String signRequestID) Assigns the value of theRequestIDattribute of the associatedSignRequest.