@Generated(value="by gRPC proto compiler (version 1.3.0)", comments="Source: sso/v1/api.proto") public final class IdentityProviderGrpc extends Object
The Identity Provider service provides RPC's for an identity provider application to complete the session transfer process. All RPC's are accessed by an identity provider application, such as VBC, or a partner dashboard.
| Modifier and Type | Class and Description |
|---|---|
static class |
IdentityProviderGrpc.IdentityProviderBlockingStub
The Identity Provider service provides RPC's for an identity provider application to complete the session transfer
process.
|
static class |
IdentityProviderGrpc.IdentityProviderFutureStub
The Identity Provider service provides RPC's for an identity provider application to complete the session transfer
process.
|
static class |
IdentityProviderGrpc.IdentityProviderImplBase
The Identity Provider service provides RPC's for an identity provider application to complete the session transfer
process.
|
static class |
IdentityProviderGrpc.IdentityProviderStub
The Identity Provider service provides RPC's for an identity provider application to complete the session transfer
process.
|
| Modifier and Type | Field and Description |
|---|---|
static io.grpc.MethodDescriptor<ApiProto.GetEntryURLRequest,ApiProto.GetEntryURLResponse> |
METHOD_GET_ENTRY_URL |
static io.grpc.MethodDescriptor<ApiProto.GetEntryURLWithCodeRequest,ApiProto.GetEntryURLWithCodeResponse> |
METHOD_GET_ENTRY_URLWITH_CODE |
static io.grpc.MethodDescriptor<ApiProto.GetMultiEntryURLRequest,ApiProto.GetMultiEntryURLResponse> |
METHOD_GET_MULTI_ENTRY_URL |
static io.grpc.MethodDescriptor<ApiProto.LogoutRequest,com.google.protobuf.Empty> |
METHOD_LOGOUT |
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static IdentityProviderGrpc.IdentityProviderBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static IdentityProviderGrpc.IdentityProviderFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service
|
static IdentityProviderGrpc.IdentityProviderStub |
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.GetEntryURLRequest,ApiProto.GetEntryURLResponse> METHOD_GET_ENTRY_URL
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<ApiProto.GetMultiEntryURLRequest,ApiProto.GetMultiEntryURLResponse> METHOD_GET_MULTI_ENTRY_URL
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<ApiProto.GetEntryURLWithCodeRequest,ApiProto.GetEntryURLWithCodeResponse> METHOD_GET_ENTRY_URLWITH_CODE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<ApiProto.LogoutRequest,com.google.protobuf.Empty> METHOD_LOGOUT
public static IdentityProviderGrpc.IdentityProviderStub newStub(io.grpc.Channel channel)
public static IdentityProviderGrpc.IdentityProviderBlockingStub newBlockingStub(io.grpc.Channel channel)
public static IdentityProviderGrpc.IdentityProviderFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2021. All rights reserved.