public class TokenClientImpl extends BaseTokenClient implements TokenClient
httpClient, objectMapper| Constructor and Description |
|---|
TokenClientImpl(String baseUrl)
Creates a new Laserfiche Self-Hosted token route API client.
|
| Modifier and Type | Method and Description |
|---|---|
SessionKeyInfo |
createAccessToken(String repositoryId,
CreateConnectionRequest body)
Gets a Laserfiche Self-Hosted access token.
|
closeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclosepublic TokenClientImpl(String baseUrl)
baseUrl - APIServer Base Url e.g. https://{APIServerName}/LFRepositoryAPI.public SessionKeyInfo createAccessToken(String repositoryId, CreateConnectionRequest body)
TokenClientcreateAccessToken in interface TokenClientrepositoryId - Repository ID.body - Request body used to get a Laserfiche Self-Hosted access token.SessionKeyInfo object that contains an access token.Copyright © 2025. All rights reserved.