public class IdentityProviderGRPCClient extends com.vendasta.vax.GRPCClient<IdentityProviderGrpc.IdentityProviderBlockingStub> implements IdentityProviderClientInterface
| Constructor and Description |
|---|
IdentityProviderGRPCClient(String host,
String scope,
boolean secure) |
IdentityProviderGRPCClient(String host,
String scope,
boolean secure,
float defaultTimeout) |
IdentityProviderGRPCClient(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) |
protected IdentityProviderGrpc.IdentityProviderBlockingStub |
newBlockingStub(io.grpc.ManagedChannel channel) |
public IdentityProviderGRPCClient(String host, String scope, boolean secure)
public IdentityProviderGRPCClient(String host, String scope, boolean secure, float defaultTimeout)
public IdentityProviderGRPCClient(String host, String scope, InputStream serviceAccount, boolean secure, float defaultTimeout)
protected IdentityProviderGrpc.IdentityProviderBlockingStub newBlockingStub(io.grpc.ManagedChannel channel)
newBlockingStub in class com.vendasta.vax.GRPCClient<IdentityProviderGrpc.IdentityProviderBlockingStub>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.