public final class GetLogoutURLRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetLogoutURLRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetLogoutURLRequest |
fromProto(ApiProto.GetLogoutURLRequest proto)
Allows for simple conversion between the low-level generated protobuf object to
GetLogoutURLRequest, which is much more usable.
|
static List<GetLogoutURLRequest> |
fromProtos(List<ApiProto.GetLogoutURLRequest> protos)
Convenience method for handling lists of proto objects.
|
ServiceContext |
getContext()
The service context.
|
String |
getServiceProviderId()
The service provider id is used for when a logout happens and the user tries to re-login.
|
String |
getSessionId()
The user's session id
|
static GetLogoutURLRequest.Builder |
newBuilder()
Returns a Builder for GetLogoutURLRequest, which is a mutable representation of the object.
|
ApiProto.GetLogoutURLRequest |
toProto()
Allows for simple conversion of an object to the low-level generated protobuf object.
|
static List<ApiProto.GetLogoutURLRequest> |
toProtos(List<GetLogoutURLRequest> objects)
Convenience method for handling lists of objects.
|
String |
toString()
Provides a human-readable representation of this object.
|
public String getSessionId()
public ServiceContext getContext()
public String getServiceProviderId()
public static GetLogoutURLRequest.Builder newBuilder()
public String toString()
public static GetLogoutURLRequest fromProto(ApiProto.GetLogoutURLRequest proto)
public static List<GetLogoutURLRequest> fromProtos(List<ApiProto.GetLogoutURLRequest> protos)
public ApiProto.GetLogoutURLRequest toProto()
public static List<ApiProto.GetLogoutURLRequest> toProtos(List<GetLogoutURLRequest> objects)
Copyright © 2021. All rights reserved.