Class Authentication

java.lang.Object
io.camunda.connector.http.base.auth.Authentication
Direct Known Subclasses:
BasicAuthentication, BearerAuthentication, CustomAuthentication, NoAuthentication, OAuthAuthentication

public abstract sealed class Authentication extends Object permits BasicAuthentication, BearerAuthentication, CustomAuthentication, NoAuthentication, OAuthAuthentication
  • Constructor Details

    • Authentication

      public Authentication()
  • Method Details

    • setHeaders

      public abstract void setHeaders(com.google.api.client.http.HttpHeaders headers)