Package org.cyclos.entities.access
Class TotpSecret
- java.lang.Object
-
- org.cyclos.entities.access.TotpSecret
-
@Entity public class TotpSecret extends Object
The Totp secret (RFC 6238) for a user
-
-
Constructor Summary
Constructors Constructor Description TotpSecret()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetActivationDate()byte[]getSecret()BasicUsergetUser()voidsetActivationDate(Date activationDate)voidsetSecret(byte[] secret)voidsetUser(BasicUser user)
-