Package | Description |
---|---|
com.kobil.ssms.som.presentation.b2b |
Modifier and Type | Method and Description |
---|---|
void |
SomManagementWs.addActivationData(String userID,
Date validUntil)
Sets activation data for the referenced user with the validity
until @param validUntil.
|
boolean |
SomManagementWs.addUser(String userID)
Adds the user with @param userID to the database.
|
boolean |
SomManagementWs.deleteActivationData(String userID)
Deletes the activation data of the referenced user.
|
boolean |
SomManagementWs.deleteToken(String tokenSnr)
Deletes the referenced token from the SOM token table.
|
boolean |
SomManagementWs.deregisterToken(String tokenSnr)
Deregisters a user from a token.
|
List<ImpexToken> |
SomManagementWs.exportTokens(String sessionID)
This function allows device export.
|
SomManagementWs.BatchInfo |
SomManagementWs.getBatchInfo(String sessionID,
byte[] masterTransportCertificate)
Returns an object with information about current exported token batch.
|
String[] |
SomManagementWs.getLockReasons()
Retrieves the configured (hard coded) lock reasons.
|
Token |
SomManagementWs.getToken(String tokenSnr)
Gets token information.
|
Token |
SomManagementWs.getTokenByUserID(String userID)
Gets token information by @param userID.
|
List<Token> |
SomManagementWs.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)
Returns a list of all token that are stored in the database without secret information.
|
SOMUserInfo |
SomManagementWs.getUser(String userID)
Returns the requested user info object, if it exists in the database.
|
void |
SomManagementWs.importToken(String sessionID,
ImpexToken token)
Inserts a single token with the token data stored in @param token.
|
void |
SomManagementWs.initTokenImportBatch(String sessionID,
String batchID,
byte[] encryptedTransportKey,
byte[] encryptionCertificate)
Sets the batch header information for a certain session
defined by @param sessionID.
|
boolean |
SomManagementWs.lockToken(String tokenSnr,
String lockReason)
Sets the state of the referenced token from unlocked to locked
with the specified lock reason.
|
boolean |
SomManagementWs.registerToken(String tokenSnr,
String userID)
Registers a user to a token.
|
void |
SomManagementWs.releaseSession(String sessionID)
Releases a session referenced by sessionID, so no further
requests with this sessionID are accepted.
|
boolean |
SomManagementWs.removeUser(String userID)
Removes the user with @param userID from the database.
|
String |
SomManagementWs.startTokenExportSession()
Starts the export session.
|
String |
SomManagementWs.startTokenImportSession(byte[] masterTransportKeyPassword)
Opens the master transport encryption key using the submitted pass phrase.
|
boolean |
SomManagementWs.unlockToken(String tokenSnr)
Sets the state of the referenced token from locked to unlocked.
|
Copyright © 2022 KOBIL Systems GmbH. All rights reserved.