| Package | Description |
|---|---|
| com.vendasta.sso.v1.internal |
| Modifier and Type | Method and Description |
|---|---|
ServiceContext |
ServiceContext.Builder.build()
Takes the configuration in the mutable Builder and uses it to instantiate a final instance
of the ServiceContext class
|
static ServiceContext |
ServiceContext.fromProto(ServiceProviderProto.ServiceContext proto)
Allows for simple conversion between the low-level generated protobuf object to
ServiceContext, which is much more usable.
|
ServiceContext |
GetSessionTransferURLRequest.getContext()
The service context.
|
ServiceContext |
GetMultiEntryURLRequest.getContext()
See ServiceContext for more information to build the entry urls.
|
ServiceContext |
GetLogoutURLRequest.getContext()
The service context.
|
ServiceContext |
GetEntryURLWithCodeRequest.getContext()
The service context needed to help determine which identity provider to use.
|
ServiceContext |
GetEntryURLRequest.getContext()
See ServiceContext for more information.
|
| Modifier and Type | Method and Description |
|---|---|
static List<ServiceContext> |
ServiceContext.fromProtos(List<ServiceProviderProto.ServiceContext> protos)
Convenience method for handling lists of proto objects.
|
| Modifier and Type | Method and Description |
|---|---|
GetSessionTransferURLRequest.Builder |
GetSessionTransferURLRequest.Builder.setContext(ServiceContext context)
Adds a value to the builder for context
|
GetMultiEntryURLRequest.Builder |
GetMultiEntryURLRequest.Builder.setContext(ServiceContext context)
Adds a value to the builder for context
|
GetLogoutURLRequest.Builder |
GetLogoutURLRequest.Builder.setContext(ServiceContext context)
Adds a value to the builder for context
|
GetEntryURLWithCodeRequest.Builder |
GetEntryURLWithCodeRequest.Builder.setContext(ServiceContext context)
Adds a value to the builder for context
|
GetEntryURLRequest.Builder |
GetEntryURLRequest.Builder.setContext(ServiceContext context)
Adds a value to the builder for context
|
| Modifier and Type | Method and Description |
|---|---|
static List<ServiceProviderProto.ServiceContext> |
ServiceContext.toProtos(List<ServiceContext> objects)
Convenience method for handling lists of objects.
|
Copyright © 2021. All rights reserved.