| Package | Description |
|---|---|
| com.laserfiche.repository.api |
Provides classes for the Laserfiche Repository API client.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RepositoryApiClientImpl
The Laserfiche Repository API client.
|
| Modifier and Type | Method and Description |
|---|---|
static RepositoryApiClient |
RepositoryApiClientImpl.createFromAccessKey(String servicePrincipalKey,
com.laserfiche.api.client.model.AccessKey accessKey)
Creates a new Laserfiche repository client that will use Laserfiche Cloud OAuth client credentials to get access tokens.
|
static RepositoryApiClient |
RepositoryApiClientImpl.createFromAccessKey(String servicePrincipalKey,
com.laserfiche.api.client.model.AccessKey accessKey,
String scope)
Creates a new Laserfiche repository client that will use Laserfiche Cloud OAuth client credentials to get access tokens.
|
static RepositoryApiClient |
RepositoryApiClientImpl.createFromAccessKey(String servicePrincipalKey,
com.laserfiche.api.client.model.AccessKey accessKey,
String scope,
String baseUrlDebug)
Creates a new Laserfiche repository client that will use Laserfiche Cloud OAuth client credentials to get access tokens.
|
static RepositoryApiClient |
RepositoryApiClientImpl.createFromUsernamePassword(String repositoryId,
String username,
String password,
String baseUrl)
Creates a new Laserfiche repository client that will use username and password to get access tokens for Laserfiche API.
|
Copyright © 2025. All rights reserved.