public class ServiceProviderHTTPClient extends com.vendasta.vax.HTTPClient implements ServiceProviderClientInterface
| Constructor and Description |
|---|
ServiceProviderHTTPClient(String host,
String scope,
boolean secure) |
ServiceProviderHTTPClient(String host,
String scope,
boolean secure,
float defaultTimeout) |
ServiceProviderHTTPClient(String host,
String scope,
InputStream serviceAccount,
boolean secure,
float defaultTimeout) |
| Modifier and Type | Method and Description |
|---|---|
GetLogoutURLResponse |
GetLogoutURL(GetLogoutURLRequest req,
com.vendasta.vax.RequestOptions.Builder options) |
GetSessionTransferURLResponse |
GetSessionTransferURL(GetSessionTransferURLRequest req,
com.vendasta.vax.RequestOptions.Builder options) |
public ServiceProviderHTTPClient(String host, String scope, boolean secure)
public ServiceProviderHTTPClient(String host, String scope, boolean secure, float defaultTimeout)
public ServiceProviderHTTPClient(String host, String scope, InputStream serviceAccount, boolean secure, float defaultTimeout)
public GetSessionTransferURLResponse GetSessionTransferURL(GetSessionTransferURLRequest req, com.vendasta.vax.RequestOptions.Builder options) throws com.vendasta.vax.SDKException
GetSessionTransferURL in interface ServiceProviderClientInterfacecom.vendasta.vax.SDKExceptionpublic GetLogoutURLResponse GetLogoutURL(GetLogoutURLRequest req, com.vendasta.vax.RequestOptions.Builder options) throws com.vendasta.vax.SDKException
GetLogoutURL in interface ServiceProviderClientInterfacecom.vendasta.vax.SDKExceptionCopyright © 2021. All rights reserved.