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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidsetHeaders(com.google.api.client.http.HttpHeaders headers)
-
Constructor Details
-
Authentication
public Authentication()
-
-
Method Details
-
setHeaders
public abstract void setHeaders(com.google.api.client.http.HttpHeaders headers)
-