Package org.apache.syncope.common.lib.wa
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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGoogleMfaAuthAccount.Builder
-
Constructor Summary
Constructors Constructor Description GoogleMfaAuthAccount()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)longgetId()StringgetName()ZonedDateTimegetRegistrationDate()List<Integer>getScratchCodes()StringgetSecretKey()StringgetUsername()intgetValidationCode()inthashCode()voidsetId(long id)voidsetName(String name)voidsetRegistrationDate(ZonedDateTime registrationDate)voidsetScratchCodes(List<Integer> scratchCodes)voidsetSecretKey(String secretKey)voidsetUsername(String username)voidsetValidationCode(int validationCode)StringtoString()
-
-
-
Method Detail
-
getId
public long getId()
-
setId
public void setId(long id)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getUsername
public String getUsername()
-
setUsername
public void setUsername(String username)
-
getSecretKey
public String getSecretKey()
-
setSecretKey
public void setSecretKey(String secretKey)
-
getValidationCode
public int getValidationCode()
-
setValidationCode
public void setValidationCode(int validationCode)
-
getRegistrationDate
public ZonedDateTime getRegistrationDate()
-
setRegistrationDate
public void setRegistrationDate(ZonedDateTime registrationDate)
-
-