Uses of Interface
io.camunda.common.auth.Authentication
Packages that use Authentication
-
Uses of Authentication in io.camunda.common.auth
Classes in io.camunda.common.auth that implement AuthenticationModifier and TypeClassDescriptionclassDefault implementation for Authentication Typically you will replace this by a proper authentication by setting the right propertiesclassTODO: Figure out common functionality between SaaS and Self Managed that can be inserted here to reduce code duplication.classclassclassMethods in io.camunda.common.auth that return Authentication -
Uses of Authentication in io.camunda.common.http
Constructors in io.camunda.common.http with parameters of type AuthenticationModifierConstructorDescriptionDefaultHttpClient(Authentication authentication) DefaultHttpClient(Authentication authentication, org.apache.hc.client5.http.impl.classic.CloseableHttpClient httpClient, JsonMapper jsonMapper, Map<Product, Map<Class<?>, String>> productMap)