public class ServerSessionClientImpl extends ApiClient implements ServerSessionClient
baseUrl, httpClient, httpRequestHandler, objectMapper| Constructor and Description |
|---|
ServerSessionClientImpl(String baseUrl,
kong.unirest.UnirestInstance httpClient,
com.laserfiche.api.client.httphandlers.HttpRequestHandler httpRequestHandler) |
| Modifier and Type | Method and Description |
|---|---|
ODataValueOfBoolean |
createServerSession(ParametersForCreateServerSession parameters)
- Deprecated.
|
ODataValueOfBoolean |
invalidateServerSession(ParametersForInvalidateServerSession parameters)
- Deprecated.
- Invalidates the server session. - Acts as a "logout" operation, and invalidates the session associated with the provided access token. |
ODataValueOfDateTime |
refreshServerSession(ParametersForRefreshServerSession parameters)
- Deprecated.
- Refreshes the session associated with the access token. |
public ServerSessionClientImpl(String baseUrl, kong.unirest.UnirestInstance httpClient, com.laserfiche.api.client.httphandlers.HttpRequestHandler httpRequestHandler)
public ODataValueOfBoolean invalidateServerSession(ParametersForInvalidateServerSession parameters)
ServerSessionClientinvalidateServerSession in interface ServerSessionClientparameters - An object of type ParametersForInvalidateServerSession which encapsulates the parameters of invalidateServerSession method.ODataValueOfBoolean The return valuepublic ODataValueOfBoolean createServerSession(ParametersForCreateServerSession parameters)
ServerSessionClientcreateServerSession in interface ServerSessionClientparameters - An object of type ParametersForCreateServerSession which encapsulates the parameters of createServerSession method.ODataValueOfBoolean The return valuepublic ODataValueOfDateTime refreshServerSession(ParametersForRefreshServerSession parameters)
ServerSessionClientrefreshServerSession in interface ServerSessionClientparameters - An object of type ParametersForRefreshServerSession which encapsulates the parameters of refreshServerSession method.ODataValueOfDateTime The return valueCopyright © 2025. All rights reserved.