public class IdentityProviderHTTPClient extends com.vendasta.vax.HTTPClient implements IdentityProviderClientInterface
| Constructor and Description |
|---|
IdentityProviderHTTPClient(String host,
String scope,
boolean secure) |
IdentityProviderHTTPClient(String host,
String scope,
boolean secure,
float defaultTimeout) |
IdentityProviderHTTPClient(String host,
String scope,
InputStream serviceAccount,
boolean secure,
float defaultTimeout) |
| Modifier and Type | Method and Description |
|---|---|
GetEntryURLResponse |
GetEntryURL(GetEntryURLRequest req,
com.vendasta.vax.RequestOptions.Builder options) |
GetEntryURLWithCodeResponse |
GetEntryURLWithCode(GetEntryURLWithCodeRequest req,
com.vendasta.vax.RequestOptions.Builder options) |
GetMultiEntryURLResponse |
GetMultiEntryURL(GetMultiEntryURLRequest req,
com.vendasta.vax.RequestOptions.Builder options) |
com.google.protobuf.Empty |
Logout(LogoutRequest req,
com.vendasta.vax.RequestOptions.Builder options) |
public IdentityProviderHTTPClient(String host, String scope, boolean secure)
public IdentityProviderHTTPClient(String host, String scope, boolean secure, float defaultTimeout)
public IdentityProviderHTTPClient(String host, String scope, InputStream serviceAccount, boolean secure, float defaultTimeout)
public GetEntryURLResponse GetEntryURL(GetEntryURLRequest req, com.vendasta.vax.RequestOptions.Builder options) throws com.vendasta.vax.SDKException
GetEntryURL in interface IdentityProviderClientInterfacecom.vendasta.vax.SDKExceptionpublic GetMultiEntryURLResponse GetMultiEntryURL(GetMultiEntryURLRequest req, com.vendasta.vax.RequestOptions.Builder options) throws com.vendasta.vax.SDKException
GetMultiEntryURL in interface IdentityProviderClientInterfacecom.vendasta.vax.SDKExceptionpublic GetEntryURLWithCodeResponse GetEntryURLWithCode(GetEntryURLWithCodeRequest req, com.vendasta.vax.RequestOptions.Builder options) throws com.vendasta.vax.SDKException
GetEntryURLWithCode in interface IdentityProviderClientInterfacecom.vendasta.vax.SDKExceptionpublic com.google.protobuf.Empty Logout(LogoutRequest req, com.vendasta.vax.RequestOptions.Builder options) throws com.vendasta.vax.SDKException
Logout in interface IdentityProviderClientInterfacecom.vendasta.vax.SDKExceptionCopyright © 2021. All rights reserved.