public class FastTrackSignerBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
FastTrackSigner |
build()
Builds the actual FastTrackSigner object.
|
static FastTrackSignerBuilder |
newSignerWithId(String id)
Creates a FastTrackSignerBuilder object.
|
FastTrackSignerBuilder |
withEmail(String email)
Sets the signer's email.
|
FastTrackSignerBuilder |
withFirstName(String firstName)
Sets the signer's first name.
|
FastTrackSignerBuilder |
withLastName(String lastName)
Sets the signer's last name.
|
public static FastTrackSignerBuilder newSignerWithId(String id)
Creates a FastTrackSignerBuilder object.
id - the signer's idpublic FastTrackSignerBuilder withEmail(String email)
email - the signer's emailpublic FastTrackSignerBuilder withFirstName(String firstName)
firstName - the signer's first name @size(min="1", max="255")public FastTrackSignerBuilder withLastName(String lastName)
lastName - the signer's last name @size(min="1", max="255")public FastTrackSigner build()
Copyright 2022 OneSpan All rights reserved.