Interface UserInformation


  • public interface UserInformation
    The UserInformation object provides information about the DIGIPASS object associated with a specific user identifier.
    • Method Detail

      • getUserIdentifier

        java.lang.String getUserIdentifier()
        The user identifier, as provided by the integrator
        Returns:
        the user identifier
      • getDigipassSerialNumber

        java.lang.String getDigipassSerialNumber()
        The DIGIPASS-related serial number
        Returns:
        the serial number
      • getDigipassSequenceNumberUnprotected

        int getDigipassSequenceNumberUnprotected()
        The sequence number of the DIGIPASS instance that is not password protected
        Returns:
        the unprotected DIGIPASS instance's sequence number
      • getDigipassSequenceNumberProtected

        int getDigipassSequenceNumberProtected()
        The sequence number of the DIGIPASS instance that is password protected
        Returns:
        the protected DIGIPASS instance's sequence number
      • getUsedTimeSeconds

        long getUsedTimeSeconds()
        The UTC time used by the DIGIPASS instance
        Returns:
        the UTC time used by the DIGIPASS instance
      • getClientServerTimeShiftSeconds

        long getClientServerTimeShiftSeconds()
        The recorded timeshift between the client and the server
        Returns:
        the client-server timeshift