public abstract static class IdentityProviderGrpc.IdentityProviderImplBase extends Object implements io.grpc.BindableService
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.
| Constructor and Description |
|---|
IdentityProviderImplBase() |
| Modifier and Type | Method and Description |
|---|---|
io.grpc.ServerServiceDefinition |
bindService() |
void |
getEntryURL(ApiProto.GetEntryURLRequest request,
io.grpc.stub.StreamObserver<ApiProto.GetEntryURLResponse> responseObserver)
Get the entry URL of a service provider.
|
void |
getEntryURLWithCode(ApiProto.GetEntryURLWithCodeRequest request,
io.grpc.stub.StreamObserver<ApiProto.GetEntryURLWithCodeResponse> responseObserver)
Get the entry URL of a service provider with a code that will be exchanged for a user session.
|
void |
getMultiEntryURL(ApiProto.GetMultiEntryURLRequest request,
io.grpc.stub.StreamObserver<ApiProto.GetMultiEntryURLResponse> responseObserver)
Return the entry url data for the given service provider ids
|
void |
logout(ApiProto.LogoutRequest request,
io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Logout of the session for a user.
|
public void getEntryURL(ApiProto.GetEntryURLRequest request, io.grpc.stub.StreamObserver<ApiProto.GetEntryURLResponse> responseObserver)
Get the entry URL of a service provider.
public void getMultiEntryURL(ApiProto.GetMultiEntryURLRequest request, io.grpc.stub.StreamObserver<ApiProto.GetMultiEntryURLResponse> responseObserver)
Return the entry url data for the given service provider ids
public void getEntryURLWithCode(ApiProto.GetEntryURLWithCodeRequest request, io.grpc.stub.StreamObserver<ApiProto.GetEntryURLWithCodeResponse> responseObserver)
Get the entry URL of a service provider with a code that will be exchanged for a user session.
public void logout(ApiProto.LogoutRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Logout of the session for a user.
public final io.grpc.ServerServiceDefinition bindService()
bindService in interface io.grpc.BindableServiceCopyright © 2021. All rights reserved.