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 class
GoogleMfaAuthAccount.Builder
-
Constructor Summary
Constructors Constructor Description GoogleMfaAuthAccount()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
long
getId()
String
getName()
OffsetDateTime
getRegistrationDate()
List<Integer>
getScratchCodes()
String
getSecretKey()
int
getValidationCode()
int
hashCode()
void
setId(long id)
void
setName(String name)
void
setRegistrationDate(OffsetDateTime registrationDate)
void
setScratchCodes(List<Integer> scratchCodes)
void
setSecretKey(String secretKey)
void
setValidationCode(int validationCode)
String
toString()
-
-
-
Method Detail
-
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)
-
getRegistrationDate
public OffsetDateTime getRegistrationDate()
-
setRegistrationDate
public void setRegistrationDate(OffsetDateTime registrationDate)
-
-