Package io.camunda.tasklist.auth
Class SimpleAuthentication
- java.lang.Object
-
- io.camunda.tasklist.auth.SimpleAuthentication
-
- All Implemented Interfaces:
AuthInterface
public class SimpleAuthentication extends java.lang.Object implements AuthInterface
To use if Tasklist is not configured with Identity and Keycloak
-
-
Constructor Summary
Constructors Constructor Description SimpleAuthentication(java.lang.String taskListUsername, java.lang.String taskListPassword, java.lang.String taskListUrl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidauthenticate(com.apollographql.apollo3.ApolloClient client)
-
-
-
Method Detail
-
authenticate
public void authenticate(com.apollographql.apollo3.ApolloClient client) throws TaskListException- Specified by:
authenticatein interfaceAuthInterface- Throws:
TaskListException
-
-