Uses of Interface
com.lexmark.saperion.client.SaperionClient
Packages that use SaperionClient
-
Uses of SaperionClient in com.lexmark.saperion.client
Methods in com.lexmark.saperion.client that return SaperionClientModifier and TypeMethodDescriptionSaperionClientFactory.changePassword
(String userName, String oldPassword, String newPassword, com.lexmark.saperion.LicenseEnumeration licenseType, String tenant) This method creates a new saperion client with a new session in the context of the given user credentials.SaperionClientFactory.newClient
(String token, com.lexmark.saperion.LicenseEnumeration licenseType, String tenant) This method creates a new saperion client with a new session in the context of the given user credentials.SaperionClientFactory.newClient
(String userName, String password, com.lexmark.saperion.LicenseEnumeration licenseType) This method creates a new saperion client with a new session in the context of the given user credentials.SaperionClientFactory.newClient
(String userName, String password, com.lexmark.saperion.LicenseEnumeration licenseType, String tenant) This method creates a new saperion client with a new session in the context of the given user credentials.SaperionClientFactory.newClient
(String userName, String password, com.lexmark.saperion.LicenseEnumeration licenseType, String tenant, String impersonatedUser) This method creates a new saperion client with a new session in the context of the given user credentials. -
Uses of SaperionClient in com.lexmark.saperion.client.implementation
Classes in com.lexmark.saperion.client.implementation that implement SaperionClientMethods in com.lexmark.saperion.client.implementation that return SaperionClientModifier and TypeMethodDescriptionSaperionClientFactoryImpl.changePassword
(String userName, String oldPassword, String newPassword, com.lexmark.saperion.LicenseEnumeration licenseType, String tenant) SaperionClientFactoryImpl.newClient
(String token, com.lexmark.saperion.LicenseEnumeration licenseType, String tenant) SaperionClientFactoryImpl.newClient
(String userName, String password, com.lexmark.saperion.LicenseEnumeration licenseType) SaperionClientFactoryImpl.newClient
(String userName, String password, com.lexmark.saperion.LicenseEnumeration licenseType, String tenant) SaperionClientFactoryImpl.newClient
(String userName, String password, com.lexmark.saperion.LicenseEnumeration licenseType, String tenant, String impersonatedUser)