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 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    generateKey(String username)
    Notifies the server to send a secret key for the user
  • Method Details

    • 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.