Interface UserInformation
-
public interface UserInformation
TheUserInformation
object provides information about the DIGIPASS object associated with a specific user identifier.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getClientServerTimeShiftSeconds()
The recorded timeshift between the client and the serverint
getDigipassSequenceNumberProtected()
The sequence number of the DIGIPASS instance that is password protectedint
getDigipassSequenceNumberUnprotected()
The sequence number of the DIGIPASS instance that is not password protectedjava.lang.String
getDigipassSerialNumber()
The DIGIPASS-related serial numberlong
getUsedTimeSeconds()
The UTC time used by the DIGIPASS instancejava.lang.String
getUserIdentifier()
The user identifier, as provided by the integrator
-
-
-
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
-
-