@Generated(value="by gRPC proto compiler (version 1.3.0)", comments="Source: sso/v1/api.proto") public final class ServiceProviderGrpc extends Object
The Service Provider service provides RPC's for a service provider, such as a marketplace application, to initiate a session transfer.
| Modifier and Type | Class and Description |
|---|---|
static class |
ServiceProviderGrpc.ServiceProviderBlockingStub
The Service Provider service provides RPC's for a service provider, such as a marketplace application, to initiate a
session transfer.
|
static class |
ServiceProviderGrpc.ServiceProviderFutureStub
The Service Provider service provides RPC's for a service provider, such as a marketplace application, to initiate a
session transfer.
|
static class |
ServiceProviderGrpc.ServiceProviderImplBase
The Service Provider service provides RPC's for a service provider, such as a marketplace application, to initiate a
session transfer.
|
static class |
ServiceProviderGrpc.ServiceProviderStub
The Service Provider service provides RPC's for a service provider, such as a marketplace application, to initiate a
session transfer.
|
| Modifier and Type | Field and Description |
|---|---|
static io.grpc.MethodDescriptor<ApiProto.GetLogoutURLRequest,ApiProto.GetLogoutURLResponse> |
METHOD_GET_LOGOUT_URL |
static io.grpc.MethodDescriptor<ApiProto.GetSessionTransferURLRequest,ApiProto.GetSessionTransferURLResponse> |
METHOD_GET_SESSION_TRANSFER_URL |
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static ServiceProviderGrpc.ServiceProviderBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static ServiceProviderGrpc.ServiceProviderFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service
|
static ServiceProviderGrpc.ServiceProviderStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<ApiProto.GetSessionTransferURLRequest,ApiProto.GetSessionTransferURLResponse> METHOD_GET_SESSION_TRANSFER_URL
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<ApiProto.GetLogoutURLRequest,ApiProto.GetLogoutURLResponse> METHOD_GET_LOGOUT_URL
public static ServiceProviderGrpc.ServiceProviderStub newStub(io.grpc.Channel channel)
public static ServiceProviderGrpc.ServiceProviderBlockingStub newBlockingStub(io.grpc.Channel channel)
public static ServiceProviderGrpc.ServiceProviderFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2021. All rights reserved.