Package org.apache.syncope.common.lib.wa
Class GoogleMfaAuthAccount
java.lang.Object
org.apache.syncope.common.lib.wa.GoogleMfaAuthAccount
- All Implemented Interfaces:
Serializable
,BaseBean
- See Also:
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
long
getId()
getName()
int
int
hashCode()
void
setId
(long id) void
void
setRegistrationDate
(OffsetDateTime registrationDate) void
setScratchCodes
(List<Integer> scratchCodes) void
setSecretKey
(String secretKey) void
setValidationCode
(int validationCode) toString()
-
Constructor Details
-
GoogleMfaAuthAccount
public GoogleMfaAuthAccount()
-
-
Method Details
-
getName
-
setName
-
getId
public long getId() -
setId
public void setId(long id) -
getSecretKey
-
setSecretKey
-
getValidationCode
public int getValidationCode() -
setValidationCode
public void setValidationCode(int validationCode) -
getScratchCodes
-
setScratchCodes
-
getRegistrationDate
-
setRegistrationDate
-
hashCode
public int hashCode() -
equals
-
toString
-