SADFactory.SADBuilder |
SADFactory.SADBuilder.audience(String audience) |
Assigns the entityID of the Signature Service which is the recipient of this SAD.
|
SADFactory.SADBuilder |
SADFactory.getBuilder() |
Returns a builder that allows building a SAD using a cascading builder pattern.
|
SADFactory.SADBuilder |
SADFactory.SADBuilder.inResponseTo(String irt) |
Assigns the ID of the SADRequest message that requested this SAD.
|
SADFactory.SADBuilder |
SADFactory.SADBuilder.jwtId(String jwtId) |
Assigns the unique identifier of this JWT.
|
SADFactory.SADBuilder |
SADFactory.SADBuilder.loa(String loa) |
Assigns the URI identifier of the level of assurance (LoA) used to authenticate the signer.
|
SADFactory.SADBuilder |
SADFactory.SADBuilder.numberOfDocuments(int docs) |
Assigns the number of documents to be signed in the associated sign request.
|
SADFactory.SADBuilder |
SADFactory.SADBuilder.requestID(String requestID) |
Assigns the ID of the Sign Request associated with this SAD.
|
SADFactory.SADBuilder |
SADFactory.SADBuilder.subject(String subject) |
Assigns the attribute value of the signer's unique identifier attribute.
|
SADFactory.SADBuilder |
SADFactory.SADBuilder.version(SADVersion version) |
Assigns the version of the SAD claim.
|