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 propertiesclassclassclassclassMethods in io.camunda.common.auth that return AuthenticationModifier and TypeMethodDescriptionAuthentication.AuthenticationBuilder.build()final AuthenticationJwtAuthenticationBuilder.build()protected abstract Authenticationprotected AuthenticationSimpleAuthenticationBuilder.build() -
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)