Class GoogleMfaAuthAccount

java.lang.Object
org.apache.syncope.common.lib.wa.GoogleMfaAuthAccount
All Implemented Interfaces:
Serializable, BaseBean

public class GoogleMfaAuthAccount extends Object implements BaseBean
See Also:
  • Constructor Details

    • GoogleMfaAuthAccount

      public GoogleMfaAuthAccount()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getId

      public long getId()
    • setId

      public void setId(long id)
    • getSecretKey

      public String getSecretKey()
    • setSecretKey

      public void setSecretKey(String secretKey)
    • getValidationCode

      public int getValidationCode()
    • setValidationCode

      public void setValidationCode(int validationCode)
    • getScratchCodes

      public List<Integer> getScratchCodes()
    • setScratchCodes

      public void setScratchCodes(List<Integer> scratchCodes)
    • getRegistrationDate

      public OffsetDateTime getRegistrationDate()
    • setRegistrationDate

      public void setRegistrationDate(OffsetDateTime registrationDate)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object