Uses of Interface
com.lexmark.saperion.client.spi.ServiceFactory
-
Packages that use ServiceFactory Package Description com.lexmark.saperion.client.implementation com.lexmark.saperion.client.spi -
-
Uses of ServiceFactory in com.lexmark.saperion.client.implementation
Constructors in com.lexmark.saperion.client.implementation with parameters of type ServiceFactory Constructor Description SaperionClientImpl(ServiceFactory serviceFactory)
-
Uses of ServiceFactory in com.lexmark.saperion.client.spi
Methods in com.lexmark.saperion.client.spi that return ServiceFactory Modifier and Type Method Description ServiceFactory
Connector. changePassword(java.lang.String userName, java.lang.String oldPassword, java.lang.String newPassword, com.lexmark.saperion.LicenseEnumeration licenseType, java.lang.String tenantName)
This method connects to the saperion server, authenticates the given credentials, changes the password and creates aServiceFactory
that uses the user context of the given credentials.ServiceFactory
Connector. connect(java.lang.String token, com.lexmark.saperion.LicenseEnumeration licenseType, java.lang.String tenantName)
This method connects to the saperion server, authenticates the given credentials and creates aServiceFactory
that uses the user context of the given credentials.ServiceFactory
Connector. connect(java.lang.String userName, java.lang.String password, com.lexmark.saperion.LicenseEnumeration licenseType, java.lang.String tenantName)
This method connects to the saperion server, authenticates the given credentials and creates aServiceFactory
that uses the user context of the given credentials.ServiceFactory
Connector. connect(java.lang.String userName, java.lang.String password, com.lexmark.saperion.LicenseEnumeration licenseType, java.lang.String tenantName, java.lang.String impersonatedUser)
This method connects to the saperion server, authenticates the given credentials and creates aServiceFactory
that uses the user context of the given credentials.
-