Class SignerIdentifier
java.lang.Object
no.digipost.signature.client.portal.SignerIdentifier
-
Method Summary
Modifier and TypeMethodDescriptionstatic SignerIdentifieridentifiedByEmailAddress(String emailAddress) static SignerIdentifieridentifiedByEmailAddressAndMobileNumber(String emailAddress, String mobileNumber) static SignerIdentifieridentifiedByMobileNumber(String mobileNumber) static SignerIdentifieridentifiedByPersonalIdentificationNumber(String personalIdentificationNumber)
-
Method Details
-
identifiedByPersonalIdentificationNumber
public static SignerIdentifier identifiedByPersonalIdentificationNumber(String personalIdentificationNumber) -
identifiedByEmailAddress
-
identifiedByMobileNumber
-
identifiedByEmailAddressAndMobileNumber
public static SignerIdentifier identifiedByEmailAddressAndMobileNumber(String emailAddress, String mobileNumber)
-