Package | Description |
---|---|
com.lexmark.saperion.client.implementation | |
com.lexmark.saperion.client.spi |
Constructor and Description |
---|
SaperionClientImpl(ServiceFactory serviceFactory) |
Modifier and Type | Method and Description |
---|---|
ServiceFactory |
Connector.changePassword(String userName,
String oldPassword,
String newPassword,
com.lexmark.saperion.LicenseEnumeration licenseType,
String tenantName)
This method connects to the saperion server, authenticates the given credentials, changes the password and
creates a
ServiceFactory that uses the user context of the given credentials. |
ServiceFactory |
Connector.connect(String token,
com.lexmark.saperion.LicenseEnumeration licenseType,
String tenantName)
This method connects to the saperion server, authenticates the given credentials and creates a
ServiceFactory that uses the user context of the given credentials. |
ServiceFactory |
Connector.connect(String userName,
String password,
com.lexmark.saperion.LicenseEnumeration licenseType,
String tenantName)
This method connects to the saperion server, authenticates the given credentials and creates a
ServiceFactory that uses the user context of the given credentials. |
ServiceFactory |
Connector.connect(String userName,
String password,
com.lexmark.saperion.LicenseEnumeration licenseType,
String tenantName,
String impersonatedUser)
This method connects to the saperion server, authenticates the given credentials and creates a
ServiceFactory that uses the user context of the given credentials. |
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.