Modifier and Type | Method and Description |
---|---|
boolean |
AsmManagementWs.addActivationCode(String userID,
Calendar activationNotAfter,
String activationCode)
Deprecated.
|
boolean |
AsmManagementWs.addAppBundleRequest(AddBundleRequestParam params) |
void |
AsmManagementWs.addGroup(String groupName)
Adds a group to SSMS.
|
boolean |
AsmManagementWs.addMassReactivationConfiguration(AsmMassReactivationConfigParam asmMassReactivationConfigurationParam)
Add Mass Reactivation configuration.
|
boolean |
AsmManagementWs.addPolicy(PolicyParam policyParam)
Adds a new token policy in SSMS.
|
boolean |
AsmManagementWs.addPushNotificationConfiguration(AsmPushNotificationConfigParam asmPushNotificationConfigurationParam)
Deprecated.
|
boolean |
AsmManagementWs.addPushNotificationConfigurationEx(PushNotificationConfigParam pushNotificationConfigParam)
Add push notification configuration.
|
boolean |
AsmManagementWs.addSigner(SignerParam signerParam)
Adds a new token signer in SSMS.
|
boolean |
AsmManagementWs.addUser(String userID)
Adds a new user to the database.
|
boolean |
AsmManagementWs.addVersion(VersionParam versionParam)
Add APP / FIRMWARE version.
|
void |
AsmManagementWs.assignGroupToUser(String groupName,
String userID)
Assigns a user to a group.
|
void |
AsmManagementWs.assignVersionUpdate(VersionUpdateParam versionUpdateParam)
Assign a version update for a specific version or for all older versions.
|
void |
AsmManagementWs.clearIAMCachedKeys()
This method removes all cached IAM keys from SVC nodes.
|
List<Integer> |
AsmManagementWs.copyPin(int deviceID,
List<Integer> deviceIDs)
Copy the password from one virtual device
deviceID to a list of virtual devices deviceIDs . |
boolean |
AsmManagementWs.createActivationCode(String userID,
Calendar activationNotAfter)
Deprecated.
|
AsmActivationCodeInfo |
AsmManagementWs.createActivationCodeEx(ActivationCodeParam activationCodeParam)
Adds a new activation code to the database.
|
byte[] |
AsmManagementWs.createAppBundle(AppBundleParam appBundleParam)
This method creates an app configuration bundle ZIP file, which contains sdk_config.xml to develop apps
using AST SDK.
|
byte[] |
AsmManagementWs.createCaCertificate(String passPhrase)
This method creates Asm CA Certificate.
|
byte[] |
AsmManagementWs.createUsageReport(String passPhrase,
String sinceDate)
This method create a report for activate devices.
|
byte[] |
AsmManagementWs.createUserCertificate(String certProfile,
String pkcs10B64)
This method creates an X.509 user certificate based on the given certificate profile and provided certificate signing
request (CSR).
|
boolean |
AsmManagementWs.editMassReactivationConfiguration(AsmMassReactivationConfigParam asmMassReactivationConfigurationParam)
Edit Mass Reactivation configuration.
|
void |
AsmManagementWs.editPolicy(EditPolicyParam editPolicyParam)
Edit existing token policy in SSMS.
|
void |
AsmManagementWs.editPushNotificationConfiguration(AsmPushNotificationConfigParam asmPushNotificationConfigurationParam)
Deprecated.
|
void |
AsmManagementWs.editPushNotificationConfigurationEx(PushNotificationConfigParam pushNotificationConfigParam)
+
Edit push notification configuration.
|
void |
AsmManagementWs.editSigner(EditSignerParam editSignerParam)
Edit an existing token signer in SSMS.
|
void |
AsmManagementWs.editVersion(VersionParam versionParam)
Update existing APP / FIRMWARE version.
|
void |
AsmManagementWs.editVersionUpdate(VersionUpdateParam versionUpdateParam)
Modifies the 'mandatory from' date of an existing 'version update'.
|
List<AsmActivationCodeInfo> |
AsmManagementWs.getActivationCodes(String userID,
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 activation codes of the given user ID.
|
List<com.kobil.ssms.asm.presentation.jsf.iam.IAMKey> |
AsmManagementWs.getAllIAMCachedKeys()
This method returns whole list of all cached IAM keys from SVC nodes.
|
byte[] |
AsmManagementWs.getCertificate(String issuerDN,
BigInteger serialNumber)
Returns the matching certificate to the given parameters.
|
byte[] |
AsmManagementWs.getCertificateByDeviceId(int deviceID)
Returns the matching certificate.
|
AsmDeviceMgtInfo |
AsmManagementWs.getDeviceMgtInfo(int deviceId)
Retrieve an
AsmDeviceMgtInfo object, containing device information. |
List<AsmDeviceMgtInfo> |
AsmManagementWs.getDevicesForUser(String userID)
Returns a list of all
AsmDeviceMgtInfo , which are assigned to the given user ID. |
List<String> |
AsmManagementWs.getGroups(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 groups that are matching to the filter.
|
List<AsmMassReactivationConfigParam> |
AsmManagementWs.getMassReactivationConfigurations()
Get mass Reactivation configuration as a list.
|
List<com.kobil.ssms.kernel.presentation.b2b.SsmsNode> |
AsmManagementWs.getNodes()
Deprecated.
Use the method with the same name but from the kernel SOAP interface (class
com.kobil.ssms.kernel.presentation.b2b.KernelManagementWs ) |
TokenPolicyInfo |
AsmManagementWs.getPolicy(String name)
Get existing token policy.
|
List<AsmPushNotificationConfigParam> |
AsmManagementWs.getPushNotificationConfigurations(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 push notification configuration as a list.
|
ReportingInfo |
AsmManagementWs.getReportingItems(ReportingFilter reportingFilter,
com.kobil.ssms.kernel.logic.pagination.OrderInput orderInput,
Holder<com.kobil.ssms.kernel.presentation.b2b.Pagination> pagination)
Returns entries of the ASM reporting.
|
TokenSignerInfo |
AsmManagementWs.getSigner(String name)
Get existing token signer.
|
byte[] |
AsmManagementWs.getSignerCertificate(String name)
Get a certificate (DER encoded) by name of the signer.
|
String |
AsmManagementWs.getStatistic(StatisticTypeInfo statisticTypeInfo,
List<String> statisticParameters)
Retrieve the selected statistic as a CSV string.
|
byte[] |
AsmManagementWs.getTextResources(String language)
Deprecated.
Use the method with the same name but from the kernel SOAP interface (class
com.kobil.ssms.kernel.presentation.b2b.KernelManagementWs ) |
String |
AsmManagementWs.getUserGroup(String userID)
Retrieves the group name to which the given user is assigned to.
|
UserInfo |
AsmManagementWs.getUserInfo(String userId)
Retrieve the
UserInfo object, containing user information. |
List<String> |
AsmManagementWs.getUsers(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 userIDs that are matching to the given filter.
|
List<VersionParam> |
AsmManagementWs.getVersions(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 versions that are matching to the given filter.
|
boolean |
AsmManagementWs.lockDevice(String issuerDN,
BigInteger serialNumber,
String lockReason)
Locks a device with the specified lock reason.
|
boolean |
AsmManagementWs.lockDeviceByDeviceId(int deviceID,
String lockReason)
Lock a device (specified by deviceId) with the specified lock reason.
|
boolean |
AsmManagementWs.lockUser(String userID,
String lockReason)
Changes an unlocked user to the state of locked.
|
void |
AsmManagementWs.modifyGroup(String oldGroupName,
String newGroupName,
boolean removeAutoGroup)
Modify Group name and "auto group" flag of the given group.
|
boolean |
AsmManagementWs.removeActivationCode(String userID,
String activationCode)
Removes an activation code from the database.
|
int |
AsmManagementWs.removeAllActivationCodes(String userID)
Removes all activation codes of the given user.
|
boolean |
AsmManagementWs.removeDevice(String issuerDN,
BigInteger serialNumber)
Deprecated.
Use
AsmManagementWs.removeDeviceEx(DeviceParam) instead. |
boolean |
AsmManagementWs.removeDeviceByDeviceId(int deviceID)
Deprecated.
Use
AsmManagementWs.removeDeviceEx(DeviceParam) instead. |
boolean |
AsmManagementWs.removeDeviceEx(DeviceParam deviceParam)
Removes a device from the database.
|
void |
AsmManagementWs.removeGroup(String groupName)
Removes a group from SSMS.
|
void |
AsmManagementWs.removeIAMCachedKeys(List<String> keyIds)
This method removes cached IAM keys from SVC nodes by list of specified keys.
|
boolean |
AsmManagementWs.removeMassReactivationConfiguration(String name)
Remove a mass reactivation by name.
|
boolean |
AsmManagementWs.removePin(String userId)
Note: This feature is only available, if the setting "Use Same Pin For All Devices" is enabled in the
"Advanced Settings" of ASM.
|
boolean |
AsmManagementWs.removePolicy(String name)
Remove a token policy by name.
|
boolean |
AsmManagementWs.removePushNotificationConfiguration(String name)
Add push notification configuration.
|
boolean |
AsmManagementWs.removeSigner(String name)
Remove the token signer by name.
|
boolean |
AsmManagementWs.removeUser(String userID)
Deletes a user from the SSMS database.
|
boolean |
AsmManagementWs.removeVersion(SoftwareTypes softwareType,
String clientType,
String deviceType,
String versionStr,
String appName)
Remove existing APP / FIRMWARE version.
|
boolean |
AsmManagementWs.removeVersionChecksum(SoftwareTypes softwareType,
String clientType,
String deviceType,
String versionStr,
String appName)
Remove the checksum of the APP / FIRMWARE version matching the given parameter.
|
String |
AsmManagementWs.resetPin(String userId)
Note: This feature is only available, if the setting "Use Same Pin For All Devices" is enabled in the
"Advanced Settings" of ASM.
|
boolean |
AsmManagementWs.setPin(String userId,
String pin)
Note: This feature is only available, if the setting "Use Same Pin For All Devices" is enabled in the
"Advanced Settings" of ASM.
|
void |
AsmManagementWs.storeTextResources(String language,
byte[] contents)
Deprecated.
Use the method with the same name but from the kernel SOAP interface (class
com.kobil.ssms.kernel.presentation.b2b.KernelManagementWs ) |
void |
AsmManagementWs.unassignGroupFromUser(String userID)
Unassigns a user from a group.
|
void |
AsmManagementWs.unassignVersionUpdate(VersionUpdateParam versionUpdateParam)
Unassigns a version update for a specific version or for all older versions.
|
boolean |
AsmManagementWs.unlockDevice(String issuerDN,
BigInteger serialNumber)
Unlocks a device.
|
boolean |
AsmManagementWs.unlockDeviceByDeviceId(int deviceID)
Unlocks a device (specified by deviceId).
|
boolean |
AsmManagementWs.unlockUser(String userID)
Changes a locked user to the state of unlocked.
|
Copyright © 2022 KOBIL Systems GmbH. All rights reserved.