Class JwtAuthentication

java.lang.Object
io.camunda.common.auth.JwtAuthentication
All Implemented Interfaces:
Authentication
Direct Known Subclasses:
SaaSAuthentication, SelfManagedAuthentication

public abstract class JwtAuthentication extends Object implements Authentication
TODO: Figure out common functionality between SaaS and Self Managed that can be inserted here to reduce code duplication. If not, remove this class
  • Constructor Details

    • JwtAuthentication

      public JwtAuthentication()