| Package | Description |
|---|---|
| com.vendasta.sso.v1.generated | |
| com.vendasta.sso.v1.internal |
| Modifier and Type | Field and Description |
|---|---|
static io.grpc.MethodDescriptor<ApiProto.GetEntryURLWithCodeRequest,ApiProto.GetEntryURLWithCodeResponse> |
IdentityProviderGrpc.METHOD_GET_ENTRY_URLWITH_CODE |
| Modifier and Type | Method and Description |
|---|---|
ApiProto.GetEntryURLWithCodeRequest |
ApiProto.GetEntryURLWithCodeRequest.Builder.build() |
ApiProto.GetEntryURLWithCodeRequest |
ApiProto.GetEntryURLWithCodeRequest.Builder.buildPartial() |
static ApiProto.GetEntryURLWithCodeRequest |
ApiProto.GetEntryURLWithCodeRequest.getDefaultInstance() |
ApiProto.GetEntryURLWithCodeRequest |
ApiProto.GetEntryURLWithCodeRequest.getDefaultInstanceForType() |
ApiProto.GetEntryURLWithCodeRequest |
ApiProto.GetEntryURLWithCodeRequest.Builder.getDefaultInstanceForType() |
static ApiProto.GetEntryURLWithCodeRequest |
ApiProto.GetEntryURLWithCodeRequest.parseDelimitedFrom(InputStream input) |
static ApiProto.GetEntryURLWithCodeRequest |
ApiProto.GetEntryURLWithCodeRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ApiProto.GetEntryURLWithCodeRequest |
ApiProto.GetEntryURLWithCodeRequest.parseFrom(byte[] data) |
static ApiProto.GetEntryURLWithCodeRequest |
ApiProto.GetEntryURLWithCodeRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ApiProto.GetEntryURLWithCodeRequest |
ApiProto.GetEntryURLWithCodeRequest.parseFrom(ByteBuffer data) |
static ApiProto.GetEntryURLWithCodeRequest |
ApiProto.GetEntryURLWithCodeRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ApiProto.GetEntryURLWithCodeRequest |
ApiProto.GetEntryURLWithCodeRequest.parseFrom(com.google.protobuf.ByteString data) |
static ApiProto.GetEntryURLWithCodeRequest |
ApiProto.GetEntryURLWithCodeRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ApiProto.GetEntryURLWithCodeRequest |
ApiProto.GetEntryURLWithCodeRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static ApiProto.GetEntryURLWithCodeRequest |
ApiProto.GetEntryURLWithCodeRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ApiProto.GetEntryURLWithCodeRequest |
ApiProto.GetEntryURLWithCodeRequest.parseFrom(InputStream input) |
static ApiProto.GetEntryURLWithCodeRequest |
ApiProto.GetEntryURLWithCodeRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ApiProto.GetEntryURLWithCodeRequest> |
ApiProto.GetEntryURLWithCodeRequest.getParserForType() |
static com.google.protobuf.Parser<ApiProto.GetEntryURLWithCodeRequest> |
ApiProto.GetEntryURLWithCodeRequest.parser() |
| Modifier and Type | Method and Description |
|---|---|
ApiProto.GetEntryURLWithCodeResponse |
IdentityProviderGrpc.IdentityProviderBlockingStub.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.GetEntryURLWithCodeResponse> |
IdentityProviderGrpc.IdentityProviderFutureStub.getEntryURLWithCode(ApiProto.GetEntryURLWithCodeRequest request)
Get the entry URL of a service provider with a code that will be exchanged for a user session.
|
void |
IdentityProviderGrpc.IdentityProviderImplBase.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 |
IdentityProviderGrpc.IdentityProviderStub.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.
|
ApiProto.GetEntryURLWithCodeRequest.Builder |
ApiProto.GetEntryURLWithCodeRequest.Builder.mergeFrom(ApiProto.GetEntryURLWithCodeRequest other) |
static ApiProto.GetEntryURLWithCodeRequest.Builder |
ApiProto.GetEntryURLWithCodeRequest.newBuilder(ApiProto.GetEntryURLWithCodeRequest prototype) |
| Modifier and Type | Method and Description |
|---|---|
ApiProto.GetEntryURLWithCodeRequest |
GetEntryURLWithCodeRequest.toProto()
Allows for simple conversion of an object to the low-level generated protobuf object.
|
| Modifier and Type | Method and Description |
|---|---|
static List<ApiProto.GetEntryURLWithCodeRequest> |
GetEntryURLWithCodeRequest.toProtos(List<GetEntryURLWithCodeRequest> objects)
Convenience method for handling lists of objects.
|
| Modifier and Type | Method and Description |
|---|---|
static GetEntryURLWithCodeRequest |
GetEntryURLWithCodeRequest.fromProto(ApiProto.GetEntryURLWithCodeRequest proto)
Allows for simple conversion between the low-level generated protobuf object to
GetEntryURLWithCodeRequest, which is much more usable.
|
| Modifier and Type | Method and Description |
|---|---|
static List<GetEntryURLWithCodeRequest> |
GetEntryURLWithCodeRequest.fromProtos(List<ApiProto.GetEntryURLWithCodeRequest> protos)
Convenience method for handling lists of proto objects.
|
Copyright © 2021. All rights reserved.