Class TwoFactorAuthInput

java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.core.security.pojo.TwoFactorAuthInput
All Implemented Interfaces:
Serializable

public class TwoFactorAuthInput extends BasePOJO
See Also:
  • Constructor Details

    • TwoFactorAuthInput

      public TwoFactorAuthInput()
  • Method Details

    • setUsername

      public void setUsername(String pUsername)
    • getUsername

      public String getUsername()
    • setAuthCode

      public void setAuthCode(String pAuthCode)
    • getAuthCode

      public String getAuthCode()
    • setDevice

      public void setDevice(FlxTwoFactorAuthDeviceDataObject pDevice)
    • getDevice

    • setNumAuthDigits

      public void setNumAuthDigits(int pNumAuthDigits)
    • getNumAuthDigits

      public int getNumAuthDigits()
    • setPeriod

      public void setPeriod(int pPeriod)
    • getPeriod

      public int getPeriod()
    • setRememberDevice

      public void setRememberDevice(Boolean pRememberDevice)
    • isRememberDevice

      public Boolean isRememberDevice()
    • setHashingAlgorithm

      public void setHashingAlgorithm(HashingAlgorithm pHashingAlgorithm)
    • getHashingAlgorithm

      public HashingAlgorithm getHashingAlgorithm()
    • setSharedSecretKey

      public void setSharedSecretKey(String pSharedSecretKey)
    • getSharedSecretKey

      public String getSharedSecretKey()
    • toString

      public String toString()
      Description copied from class: BasePOJO
      Returns custom String representation implemented by walking complete object structure.
      Overrides:
      toString in class BasePOJO
      Returns:
      a String representation of this object