| Method and Description |
|---|
| io.mangoo.utils.TwoFactorUtils.generateBase32Secret()
As of release 3.2.0, will be removed in 4.0.0
|
| io.mangoo.utils.TwoFactorUtils.generateBase32Secret(int)
As of release 3.2.0, will be removed in 4.0.0
|
| io.mangoo.utils.TwoFactorUtils.getNumber(String)
As of release 3.2.0, will be removed in 4.0.0
WARNING: This requires a system clock that is in sync with the world.
For more details of this magic algorithm, see:
http://en.wikipedia.org/wiki/Time-based_One-time_Password_Algorithm
|
| io.mangoo.utils.TwoFactorUtils.getQRCode(String, String)
As of release 3.2.0, replaced by
TwoFactorUtils.generateQRCode(String, String)
This can be shown to the user and scanned by the authenticator program as an easy way to enter the secret |
| io.mangoo.scheduler.Scheduler.getScheduler()
As of release 3.1.0, replaced by
Scheduler.getQuartzScheduler() |
| io.mangoo.utils.TwoFactorUtils.validateNumber(int, String, int, long)
As of release 3.2.0, replaced by
TwoFactorUtils.validateCurrentNumber(int, String, int, long) |
Copyright © 2016. All rights reserved.