public class SaperionClientFactoryImpl extends Object implements SaperionClientFactory
SaperionClientFactory.| Constructor and Description |
|---|
SaperionClientFactoryImpl(Connector connector) |
| Modifier and Type | Method and Description |
|---|---|
SaperionClient |
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 |
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 |
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSaperionClientFactory, newInstancepublic SaperionClientFactoryImpl(Connector connector)
public SaperionClient newClient(String userName, String password, LicenseEnumeration licenseType, String tenant) throws EcmException
SaperionClientFactorynewClient in interface SaperionClientFactoryuserName - the name of the userpassword - the password of the userlicenseType - the saperion license to use for the sessiontenant - the name of the tenantEcmExceptionpublic SaperionClient newClient(String userName, String password, LicenseEnumeration licenseType) throws EcmException
SaperionClientFactorySaperionClientFactory.newClient(String, String, LicenseEnumeration, String) instead.newClient in interface SaperionClientFactoryuserName - the name of the userpassword - the password of the userlicenseType - the saperion license to use for the sessionEcmExceptionpublic SaperionClient changePassword(String userName, String oldPassword, String newPassword, LicenseEnumeration licenseType, String tenant) throws EcmException
SaperionClientFactorychangePassword in interface SaperionClientFactoryuserName - the name of the useroldPassword - the current (possibly expired) password of the usernewPassword - the new password of the userlicenseType - the saperion license to use for the sessiontenant - the name of the tenantEcmExceptionCopyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.