Uses of Enum
io.camunda.common.auth.Product
Packages that use Product
-
Uses of Product in io.camunda.common.auth
Methods in io.camunda.common.auth that return ProductModifier and TypeMethodDescriptionstatic ProductReturns the enum constant of this type with the specified name.static Product[]Product.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.camunda.common.auth that return types with arguments of type ProductMethods in io.camunda.common.auth with parameters of type ProductModifier and TypeMethodDescriptionvoidJwtConfig.addProduct(Product product, JwtCredential jwtCredential) voidSimpleConfig.addProduct(Product product, SimpleCredential simpleCredential) JwtConfig.getProduct(Product product) SimpleConfig.getProduct(Product product) Authentication.getTokenHeader(Product product) DefaultNoopAuthentication.getTokenHeader(Product product) SaaSAuthentication.getTokenHeader(Product product) SelfManagedAuthentication.getTokenHeader(Product product) SimpleAuthentication.getTokenHeader(Product product) voidAuthentication.resetToken(Product product) voidDefaultNoopAuthentication.resetToken(Product product) voidSaaSAuthentication.resetToken(Product product) voidSelfManagedAuthentication.resetToken(Product product) voidSimpleAuthentication.resetToken(Product product) -
Uses of Product in io.camunda.common.http
Methods in io.camunda.common.http with parameters of type ProductModifier and TypeMethodDescriptionvoidvoidConstructor parameters in io.camunda.common.http with type arguments of type ProductModifierConstructorDescriptionDefaultHttpClient(Authentication authentication, org.apache.hc.client5.http.impl.classic.CloseableHttpClient httpClient, JsonMapper jsonMapper, Map<Product, Map<Class<?>, String>> productMap)