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 void
generateKey(String username)
Notifies the server to generate a secret ckey for the user
-
-
-
Method Detail
-
generateKey
void generateKey(String username) throws ServerException
Notifies the server to generate a secret ckey for the user- Parameters:
username
- the username trying to logn- Throws:
ServerException
- An error happened in the server.
-
-