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 Product[]Product.coveredProducts()static 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) protected abstract JwtAuthentication.JwtTokenJwtAuthentication.generateToken(Product product, JwtCredential credential) protected JwtAuthentication.JwtTokenSaaSAuthentication.generateToken(Product product, JwtCredential credential) protected JwtAuthentication.JwtTokenSelfManagedAuthentication.generateToken(Product product, JwtCredential credential) JwtConfig.getProduct(Product product) SimpleConfig.getProduct(Product product) Authentication.getTokenHeader(Product product) DefaultNoopAuthentication.getTokenHeader(Product product) JwtAuthentication.getTokenHeader(Product product) SimpleAuthentication.getTokenHeader(Product product) voidAuthentication.resetToken(Product product) voidDefaultNoopAuthentication.resetToken(Product product) final voidJwtAuthentication.resetToken(Product product) voidSimpleAuthentication.resetToken(Product product) -
Uses of Product in io.camunda.common.auth.identity
Methods in io.camunda.common.auth.identity with parameters of type ProductModifier and TypeMethodDescriptionvoidIdentityConfig.addProduct(Product product, IdentityContainer identityContainer) -
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)