Package | Description |
---|---|
com.kobil.ssms.secovid.logic.tokenimporter | |
com.kobil.ssms.secovid.presentation.b2b |
Modifier and Type | Method and Description |
---|---|
SecovidTokenImporterResult |
TokenImporterProxy.importToken(String fileName,
byte[] tokenFile,
byte[] masterTransportKeyPassword) |
Modifier and Type | Method and Description |
---|---|
boolean |
SecovidManagementWs.addUser(String userId)
Adds a user.
|
SecovidSTPCreateResult |
SecovidManagementWs.assignStpForUser(SecovidSTPParam stpParam)
Create a 8-digit Static Time Password (STP) and assign it to the specified user.
|
static void |
SecovidManagementWs.checkForDataNotNull(Object obj,
String objectName)
This "wrapper" method was necessary to use a common utility between ManagementWS and ServicesWS.
|
SoftTokenResult |
SecovidManagementWs.createSoftToken(SoftTokenParam softTokenParam)
Creates a software token for a given user ID.
|
boolean |
SecovidManagementWs.deleteStp(String userID)
Delete a STP of defined secovid user.
|
boolean |
SecovidManagementWs.deleteToken(String tokenSnr)
Deletes the referenced token from the database.
|
boolean |
SecovidManagementWs.deregisterToken(String tokenSnr)
Unassigns a specific token to a user.
|
com.kobil.ssms.secovid.tokenexporter.SecovidTokenExporterResult |
SecovidManagementWs.exportSelectedTokens(byte[] certForEncryptionOfTransportKey,
List<String> tokenSnr)
Export selected tokens.
|
com.kobil.ssms.secovid.tokenexporter.SecovidTokenExporterPageResult |
SecovidManagementWs.exportTokens(byte[] certForEncryptionOfTransportKey,
int pageSize,
int pageNumber)
Export tokens by dividing pages.
|
String[] |
SecovidManagementWs.getLockReasons()
Retrieves the configured (hard coded) user lock reasons.
|
SecovidReportingInfo |
SecovidManagementWs.getReportingItems(SecovidReportingFilter reportingFilter,
com.kobil.ssms.kernel.logic.pagination.OrderInput orderInput,
Holder<com.kobil.ssms.kernel.presentation.b2b.Pagination> pagination)
Get reporting items from database according to the specified filter.
|
Token |
SecovidManagementWs.getToken(String tokenSnr)
Get token information of a specific token.
|
List<Token> |
SecovidManagementWs.getTokenByUserId(String userId)
Retrieve a list of
Token objects, assigned to the given userId. |
List<Token> |
SecovidManagementWs.getTokens(com.kobil.ssms.kernel.presentation.b2b.RangeInput rangeInput,
com.kobil.ssms.kernel.logic.pagination.OrderInput orderInput,
Holder<com.kobil.ssms.kernel.presentation.b2b.Pagination> pagination)
Get a list of all tokens in database.
|
SecovidTokenImporterResult |
SecovidManagementWs.importTokenFile(byte[] tokenFile,
byte[] masterTransportKeyPassword)
Import all tokens, regarding to the file content, to the SSMS database.
|
boolean |
SecovidManagementWs.lockToken(String tokenSnr,
String lockReason)
Locks a specific token with an according lock reason.
|
boolean |
SecovidManagementWs.lockUser(String userId,
String lockReason)
Locks a user.
|
boolean |
SecovidManagementWs.registerToken(String tokenSnr,
String userId)
Assigns a specific token to a user.
|
boolean |
SecovidManagementWs.removeUser(String userId)
Removes a user.
|
boolean |
SecovidManagementWs.resetRetryCounter(String userId)
Resets the retry counter of a user.
|
void |
SecovidManagementWs.setPasswordRequired(String tokenSnr,
boolean passwordRequired)
Set/unset password required for token.
|
boolean |
SecovidManagementWs.unlockToken(String tokenSnr)
Unlocks a specific token.
|
boolean |
SecovidManagementWs.unlockUser(String userId)
Unlocks a user.
|
byte[] |
SecovidManagementWs.userExportAsXml()
Create the XML data for use exportAsXml feature from user tab on the Secovid module
|
boolean |
SecovidManagementWs.verifyAndRegisterToken(String tokenSnr,
String userId,
String otp)
Deprecated.
use method
SecovidManagementWs.verifyAndRegisterTokenEx(String, String, String, boolean) Verifies the given OTP against the specified token, then assigns the token to the given user. |
RegisterTokenResult |
SecovidManagementWs.verifyAndRegisterTokenEx(String tokenSnr,
String userId,
String otp,
boolean passwordRequired)
Verifies the given OTP for given token, sets/unsets passwordRequired flag for the token and assigns the token to the given user, if token is not already assigned to user.
|
Copyright © 2022 KOBIL Systems GmbH. All rights reserved.