public class TwoFactorAuthInput extends BasePOJO
Constructor and Description |
---|
TwoFactorAuthInput() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthCode() |
FdTwoFactorAuthDeviceDataObject |
getDevice() |
HashingAlgorithm |
getHashingAlgorithm() |
int |
getNumAuthDigits() |
int |
getPeriod() |
java.lang.String |
getSharedSecretKey() |
java.lang.String |
getUsername() |
java.lang.Boolean |
isRememberDevice() |
void |
setAuthCode(java.lang.String pAuthCode) |
void |
setDevice(FdTwoFactorAuthDeviceDataObject pDevice) |
void |
setHashingAlgorithm(HashingAlgorithm pHashingAlgorithm) |
void |
setNumAuthDigits(int pNumAuthDigits) |
void |
setPeriod(int pPeriod) |
void |
setRememberDevice(java.lang.Boolean pRememberDevice) |
void |
setSharedSecretKey(java.lang.String pSharedSecretKey) |
void |
setUsername(java.lang.String pUsername) |
java.lang.String |
toString()
Returns custom String representation implemented by walking complete object structure.
|
public void setUsername(java.lang.String pUsername)
public java.lang.String getUsername()
public void setAuthCode(java.lang.String pAuthCode)
public java.lang.String getAuthCode()
public void setDevice(FdTwoFactorAuthDeviceDataObject pDevice)
public FdTwoFactorAuthDeviceDataObject getDevice()
public void setNumAuthDigits(int pNumAuthDigits)
public int getNumAuthDigits()
public void setPeriod(int pPeriod)
public int getPeriod()
public void setRememberDevice(java.lang.Boolean pRememberDevice)
public java.lang.Boolean isRememberDevice()
public void setHashingAlgorithm(HashingAlgorithm pHashingAlgorithm)
public HashingAlgorithm getHashingAlgorithm()
public void setSharedSecretKey(java.lang.String pSharedSecretKey)
public java.lang.String getSharedSecretKey()