Package flexagon.core.security.pojo
Class TwoFactorAuthInput
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.core.security.pojo.TwoFactorAuthInput
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionHashingAlgorithmintintvoidsetAuthCode(String pAuthCode) voidvoidsetHashingAlgorithm(HashingAlgorithm pHashingAlgorithm) voidsetNumAuthDigits(int pNumAuthDigits) voidsetPeriod(int pPeriod) voidsetRememberDevice(Boolean pRememberDevice) voidsetSharedSecretKey(String pSharedSecretKey) voidsetUsername(String pUsername) toString()Returns custom String representation implemented by walking complete object structure.
-
Constructor Details
-
TwoFactorAuthInput
public TwoFactorAuthInput()
-
-
Method Details
-
setUsername
-
getUsername
-
setAuthCode
-
getAuthCode
-
setDevice
-
getDevice
-
setNumAuthDigits
public void setNumAuthDigits(int pNumAuthDigits) -
getNumAuthDigits
public int getNumAuthDigits() -
setPeriod
public void setPeriod(int pPeriod) -
getPeriod
public int getPeriod() -
setRememberDevice
-
isRememberDevice
-
setHashingAlgorithm
public void setHashingAlgorithm(HashingAlgorithm pHashingAlgorithm) -
getHashingAlgorithm
public HashingAlgorithm getHashingAlgorithm() -
toString
Description copied from class:BasePOJOReturns custom String representation implemented by walking complete object structure.
-