Uses of Class
se.swedenconnect.opensaml.sweid.saml2.signservice.SADFactory.SADBuilder
Package
Description
SAML support for Signature Services according to the Swedish eID Framework.
-
Uses of SADFactory.SADBuilder in se.swedenconnect.opensaml.sweid.saml2.signservice
Modifier and TypeMethodDescriptionAssigns the entityID of the Signature Service which is the recipient of this SAD.SADFactory.getBuilder()
Returns a builder that allows building a SAD using a cascading builder pattern.SADFactory.getBuilder
(String userIdAttributeName) Returns a builder that allows building a SAD using a cascading builder pattern.SADFactory.SADBuilder.inResponseTo
(String irt) Assigns the ID of theSADRequest
message that requested this SAD.Assigns the unique identifier of this JWT.Assigns the URI identifier of the level of assurance (LoA) used to authenticate the signer.SADFactory.SADBuilder.numberOfDocuments
(int docs) Assigns the number of documents to be signed in the associated sign request.Assigns the ID of the Sign Request associated with this SAD.Assigns the attribute value of the signer's unique identifier attribute.SADFactory.SADBuilder.version
(SADVersion version) Assigns the version of the SAD claim.