ESET Secure Authentication SDK documentation
 All Classes Functions Variables
Public Member Functions | List of all members
com.eset.secureauthentication.sdk.ITwoFactorUser Interface Reference
Inheritance diagram for com.eset.secureauthentication.sdk.ITwoFactorUser:
com.eset.secureauthentication.sdk.TwoFactorUser

Public Member Functions

String getUserId ()
 
String getMobileNumber ()
 
void setMobileNumber (String mobileNumber)
 
boolean getIsLocked ()
 
Date getLastSuccess ()
 
Date getLastFailure ()
 
int getConsecutiveFailures ()
 
CredentialTypes getCredentialType ()
 
void deprovisionTwoFactor () throws InternalTwoFactorException, InvalidApiCredentialsException, ProvisioningCommunicationException, VersionNotSupportedException, LicenseExceededException
 
void unlock ()
 
ProvisionMobileAppResult provisionMobileApp (boolean allowTransitioning) throws InternalTwoFactorException, ProvisioningCommunicationException, InsufficientSmsCredits, VersionNotSupportedException, InvalidApiCredentialsException, LicenseExceededException
 
ProvisionMobileAppResult provisionMobileApp () throws ProvisioningCommunicationException, InternalTwoFactorException, VersionNotSupportedException, InvalidApiCredentialsException, LicenseExceededException
 
void sendMobileAppProvisioningTextMessage (ProvisionMobileAppResult provisionResult) throws InsufficientTextMessageCreditsException, ProvisioningCommunicationException, InternalTwoFactorException, VersionNotSupportedException, InvalidApiCredentialsException
 
void provisionTextMessage (boolean allowTransitioning) throws InternalTwoFactorException, InvalidApiCredentialsException, ProvisioningCommunicationException, VersionNotSupportedException, LicenseExceededException
 
void provisionTextMessage () throws VersionNotSupportedException, InvalidApiCredentialsException, InternalTwoFactorException, ProvisioningCommunicationException, LicenseExceededException
 
boolean getHasChanges ()
 
void save () throws InternalTwoFactorException
 

The documentation for this interface was generated from the following file: