Uses of Interface
com.lexmark.saperion.client.spi.ServiceFactory
Packages that use ServiceFactory
-
Uses of ServiceFactory in com.lexmark.saperion.client.implementation
Constructors in com.lexmark.saperion.client.implementation with parameters of type ServiceFactory -
Uses of ServiceFactory in com.lexmark.saperion.client.spi
Methods in com.lexmark.saperion.client.spi that return ServiceFactoryModifier and TypeMethodDescriptionConnector.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 aServiceFactory
that uses the user context of the given credentials.Connector.connect
(String token, com.lexmark.saperion.LicenseEnumeration licenseType, 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.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 aServiceFactory
that uses the user context of the given credentials.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 aServiceFactory
that uses the user context of the given credentials.