public static final class IdentityProviderGrpc.IdentityProviderStub extends io.grpc.stub.AbstractStub<IdentityProviderGrpc.IdentityProviderStub>
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 | Method and Description |
|---|---|
protected IdentityProviderGrpc.IdentityProviderStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
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.
|
protected IdentityProviderGrpc.IdentityProviderStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<IdentityProviderGrpc.IdentityProviderStub>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.
Copyright © 2021. All rights reserved.