Package | Description |
---|---|
com.lexmark.saperion | |
com.lexmark.saperion.client | |
com.lexmark.saperion.client.implementation | |
com.lexmark.saperion.client.spi |
Modifier and Type | Method and Description |
---|---|
static LicenseEnumeration |
LicenseEnumeration.from(int id)
This method gets the correct id type for the given id.
|
static LicenseEnumeration |
LicenseEnumeration.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LicenseEnumeration[] |
LicenseEnumeration.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SaperionClient |
SaperionClientFactory.changePassword(String userName,
String oldPassword,
String newPassword,
LicenseEnumeration licenseType,
String tenant)
This method creates a new saperion client with a new session in the context of the given user credentials.
|
SaperionClient |
SaperionClientFactory.newClient(String userName,
String password,
LicenseEnumeration licenseType)
This method creates a new saperion client with a new session in the context of the given user credentials.
|
SaperionClient |
SaperionClientFactory.newClient(String userName,
String password,
LicenseEnumeration licenseType,
String tenant)
This method creates a new saperion client with a new session in the context of the given user credentials.
|
Modifier and Type | Method and Description |
---|---|
SaperionClient |
SaperionClientFactoryImpl.changePassword(String userName,
String oldPassword,
String newPassword,
LicenseEnumeration licenseType,
String tenant) |
SaperionClient |
SaperionClientFactoryImpl.newClient(String userName,
String password,
LicenseEnumeration licenseType) |
SaperionClient |
SaperionClientFactoryImpl.newClient(String userName,
String password,
LicenseEnumeration licenseType,
String tenant) |
Modifier and Type | Method and Description |
---|---|
ServiceFactory |
Connector.changePassword(String userName,
String oldPassword,
String newPassword,
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 userName,
String password,
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. |
Copyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.