Uses of Class
io.camunda.common.auth.JwtConfig
Packages that use JwtConfig
-
Uses of JwtConfig in io.camunda.common.auth
Methods in io.camunda.common.auth with parameters of type JwtConfigModifier and TypeMethodDescriptionprotected abstract Authenticationprotected SaaSAuthenticationprotected Authenticationfinal TJwtAuthenticationBuilder.withJwtConfig(JwtConfig jwtConfig) Constructors in io.camunda.common.auth with parameters of type JwtConfigModifierConstructorDescriptionprotectedJwtAuthentication(JwtConfig jwtConfig) SaaSAuthentication(JwtConfig jwtConfig, JsonMapper jsonMapper) SelfManagedAuthentication(JwtConfig jwtConfig, IdentityConfig identityConfig)