Package | Description |
---|---|
com.kobil.ssms.som.presentation.b2b |
Modifier and Type | Method and Description |
---|---|
boolean |
SomServicesWs.assignTokenToUser(String userID,
String tokenSnr,
String activationData,
String otp)
Assigns a token to a specified user, if the delivered activation data match
the activation data stored in the database and the OTP is successfully verified.
|
boolean |
SomServicesWs.assignTokenToUserWithAtc(String userID,
String tokenSnr,
String activationData,
String otp,
Integer atc)
Assigns a token to a specified user, if the delivered activation data match
the activation data stored in the database and the OTP is successfully verified.
|
boolean |
SomServicesWs.checkOTP(SomServicesWs.UserData userData,
SomServicesWs.PortalData portalData)
Verifies OTP requests (linked to transaction data) with portal data.
|
boolean |
SomServicesWs.checkStaticOTP(SomServicesWs.UserData userData)
Verifies static OTP requests (not linked to transaction data) without portalData.
|
String |
SomServicesWs.getChallenge(String userID)
Returns a challenge for a user.
|
byte |
SomServicesWs.getDeviceRTC(String userID)
Gets the retry counter for a given user.
|
boolean |
SomServicesWs.resyncOTP(SomServicesWs.UserData userData,
int atc)
Re-synchronize a token for a given user.
|
Copyright © 2022 KOBIL Systems GmbH. All rights reserved.