public static final class IdentityProviderGrpc.IdentityProviderFutureStub extends io.grpc.stub.AbstractStub<IdentityProviderGrpc.IdentityProviderFutureStub>
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.IdentityProviderFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<ApiProto.GetEntryURLResponse> |
getEntryURL(ApiProto.GetEntryURLRequest request)
Get the entry URL of a service provider.
|
com.google.common.util.concurrent.ListenableFuture<ApiProto.GetEntryURLWithCodeResponse> |
getEntryURLWithCode(ApiProto.GetEntryURLWithCodeRequest request)
Get the entry URL of a service provider with a code that will be exchanged for a user session.
|
com.google.common.util.concurrent.ListenableFuture<ApiProto.GetMultiEntryURLResponse> |
getMultiEntryURL(ApiProto.GetMultiEntryURLRequest request)
Return the entry url data for the given service provider ids
|
com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> |
logout(ApiProto.LogoutRequest request)
Logout of the session for a user.
|
protected IdentityProviderGrpc.IdentityProviderFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<IdentityProviderGrpc.IdentityProviderFutureStub>public com.google.common.util.concurrent.ListenableFuture<ApiProto.GetEntryURLResponse> getEntryURL(ApiProto.GetEntryURLRequest request)
Get the entry URL of a service provider.
public com.google.common.util.concurrent.ListenableFuture<ApiProto.GetMultiEntryURLResponse> getMultiEntryURL(ApiProto.GetMultiEntryURLRequest request)
Return the entry url data for the given service provider ids
public com.google.common.util.concurrent.ListenableFuture<ApiProto.GetEntryURLWithCodeResponse> getEntryURLWithCode(ApiProto.GetEntryURLWithCodeRequest request)
Get the entry URL of a service provider with a code that will be exchanged for a user session.
public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> logout(ApiProto.LogoutRequest request)
Logout of the session for a user.
Copyright © 2021. All rights reserved.