Class PortalSigner
java.lang.Object
no.digipost.signature.client.portal.PortalSigner
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionintgetOrder()static PortalSigner.BuilderidentifiedByEmail(String emailAddress) static PortalSigner.BuilderidentifiedByEmailAndMobileNumber(String emailAddress, String number) static PortalSigner.BuilderidentifiedByMobileNumber(String number) static PortalSigner.BuilderidentifiedByPersonalIdentificationNumber(String personalIdentificationNumber, Notifications notifications) static PortalSigner.BuilderidentifiedByPersonalIdentificationNumber(String personalIdentificationNumber, NotificationsUsingLookup notificationsUsingLookup) booleantoString()
-
Method Details
-
identifiedByPersonalIdentificationNumber
public static PortalSigner.Builder identifiedByPersonalIdentificationNumber(String personalIdentificationNumber, Notifications notifications) -
identifiedByPersonalIdentificationNumber
public static PortalSigner.Builder identifiedByPersonalIdentificationNumber(String personalIdentificationNumber, NotificationsUsingLookup notificationsUsingLookup) -
identifiedByEmail
-
identifiedByMobileNumber
-
identifiedByEmailAndMobileNumber
public static PortalSigner.Builder identifiedByEmailAndMobileNumber(String emailAddress, String number) -
isIdentifiedByPersonalIdentificationNumber
public boolean isIdentifiedByPersonalIdentificationNumber() -
getIdentifier
-
getIdentifierType
-
getOrder
public int getOrder() -
getNotifications
-
getNotificationsUsingLookup
-
getSignatureType
-
getOnBehalfOf
-
toString
-