Interface UserInformation
public interface UserInformation
The
UserInformation
object provides information about the DIGIPASS object associated with
a specific user identifier.-
Method Summary
Modifier and TypeMethodDescriptionlong
The recorded timeshift between the client and the serverint
The sequence number of the DIGIPASS instance that is password protectedint
The sequence number of the DIGIPASS instance that is not password protectedThe DIGIPASS-related serial numberlong
The UTC time used by the DIGIPASS instanceThe user identifier, as provided by the integrator
-
Method Details
-
getUserIdentifier
String getUserIdentifier()The user identifier, as provided by the integrator- Returns:
- the user identifier
-
getDigipassSerialNumber
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
-