Interface TfaService
-
- All Superinterfaces:
com.google.gwt.user.client.rpc.RemoteService
@RemoteServiceRelativePath("tfa") public interface TfaService extends com.google.gwt.user.client.rpc.RemoteService
Utility method to handle the two factor authentications from the login page- Since:
- 8.7.2
- Author:
- Marco Meschieri - LogicalDOC
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
TfaService.Instance
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
generateKey(String username)
Notifies the server to send a secret key for the user
-
-
-
Method Detail
-
generateKey
String generateKey(String username) throws ServerException
Notifies the server to send a secret key for the user- Parameters:
username
- the username trying to logn- Returns:
- a transaction ID
- Throws:
ServerException
- An error happened in the server.
-
-