Package io.camunda.tasklist
Class CamundaTaskListClientBuilder
java.lang.Object
io.camunda.tasklist.CamundaTaskListClientBuilder
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated.authentication(Authentication authentication) Deprecated.build()Deprecated.camundaClient(io.camunda.client.CamundaClient camundaClient) Deprecated.cookieExpiration(Duration cookieExpiration) Deprecated, for removal: This API element is subject to removal in a future version.saaSAuthentication(String clientId, String clientSecret) Deprecated.selfManagedAuthentication(String clientId, String clientSecret, String keycloakUrl) Deprecated.selfManagedAuthentication(String clientId, String clientSecret, String audience, String keycloakUrl) Deprecated.selfManagedAuthentication(String clientId, String clientSecret, String audience, String scope, String authUrl) Deprecated.Deprecated.Deprecated.Default behaviour will be to get variables along with tasks.taskListUrl(String taskListUrl) Deprecated.taskListUrl(URL taskListUrl) Deprecated.Deprecated.Enable when using zeebe user tasks (only relevant for >8.5).Deprecated, for removal: This API element is subject to removal in a future version.zeebeClient(io.camunda.client.CamundaClient camundaClient) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
CamundaTaskListClientBuilder
public CamundaTaskListClientBuilder()Deprecated.
-
-
Method Details
-
authentication
Deprecated. -
taskListUrl
Deprecated. -
taskListUrl
Deprecated. -
zeebeClient
@Deprecated(forRemoval=true) public CamundaTaskListClientBuilder zeebeClient(io.camunda.client.CamundaClient camundaClient) Deprecated, for removal: This API element is subject to removal in a future version. -
camundaClient
Deprecated. -
shouldReturnVariables
Deprecated.Default behaviour will be to get variables along with tasks. Default value is false. Can also be overwritten in the getTasks methods- Returns:
- the builder
-
shouldLoadTruncatedVariables
Deprecated. -
alwaysReconnect
Deprecated, for removal: This API element is subject to removal in a future version. -
cookieExpiration
@Deprecated(forRemoval=true) public CamundaTaskListClientBuilder cookieExpiration(Duration cookieExpiration) Deprecated, for removal: This API element is subject to removal in a future version.Force cookie expiration after some time (default 3mn). Only usefull with SimpleAuthentication -
useZeebeUserTasks
Deprecated, for removal: This API element is subject to removal in a future version.Enable when using zeebe user tasks (only relevant for >8.5). Will require presence of a zeebe client -
useCamundaUserTasks
Deprecated.Enable when using zeebe user tasks (only relevant for >8.5). Will require presence of a zeebe client -
apiVersion
public CamundaTaskListClientBuilder apiVersion(CamundaTasklistClientConfiguration.ApiVersion apiVersion) Deprecated. -
build
Deprecated.- Throws:
TaskListException
-
selfManagedAuthentication
public CamundaTaskListClientBuilder selfManagedAuthentication(String clientId, String clientSecret, String keycloakUrl) Deprecated. -
selfManagedAuthentication
public CamundaTaskListClientBuilder selfManagedAuthentication(String clientId, String clientSecret, String audience, String keycloakUrl) Deprecated. -
selfManagedAuthentication
public CamundaTaskListClientBuilder selfManagedAuthentication(String clientId, String clientSecret, String audience, String scope, String authUrl) Deprecated. -
saaSAuthentication
Deprecated.
-