Package | Description |
---|---|
com.kobil.ssms.svm.presentation.b2b.user |
Modifier and Type | Method and Description |
---|---|
boolean |
UserCertificateManagementWs.addCertificate(byte[] derEncodedCertificate)
Adds a DER encoded certificate to database.
|
boolean |
UserCertificateManagementWs.addUser(String userID)
Adds a new user to the database.
|
boolean |
UserCertificateManagementWs.assignCertificate(String issuerDN,
BigInteger serialNumber,
String userID)
Assigns a certificate to a user.
|
byte[] |
UserCertificateManagementWs.getCertificate(String issuerDN,
BigInteger serialNumber)
Returns the matching certificate.
|
List<com.kobil.ssms.svm.logic.SVMCertificateInfo> |
UserCertificateManagementWs.getCertificatesInfo(String filter,
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 SVMCertificateInfo objects, that are matching
the filter.
|
String |
UserCertificateManagementWs.getUserByDEREncodedCertificate(byte[] derEncodedCertificate)
Returns the matching userID referenced by derEncodedCertificate.
|
String |
UserCertificateManagementWs.getUserByIssuerAndSerial(String issuerDN,
BigInteger serialNumber)
Returns the matching userID referenced by issuerDN and serial number.
|
boolean |
UserCertificateManagementWs.lockCertificate(String issuerDN,
BigInteger serialNumber,
String lockReason)
Changes an unlocked certificate to the state of locked.
|
boolean |
UserCertificateManagementWs.removeCertificate(String issuerDN,
BigInteger serialNumber)
Removes the certificate from database, referenced by
issuerDN and serial number.
|
boolean |
UserCertificateManagementWs.removeUser(String userID)
Removes an user from the database.
|
boolean |
UserCertificateManagementWs.unassignCertificate(String issuerDN,
BigInteger serialNumber)
Unassigns a certificate from a user.
|
boolean |
UserCertificateManagementWs.unlockCertificate(String issuerDN,
BigInteger serialNumber)
Changes a locked certificate to the state of unlocked.
|
Copyright © 2022 KOBIL Systems GmbH. All rights reserved.