Hierarchy For Package io.camunda.connector.http.base.model.auth
Interface Hierarchy
- io.camunda.connector.http.base.model.auth.Authentication
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- io.camunda.connector.http.base.model.auth.ApiKeyLocation
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
Record Class Hierarchy
- java.lang.Object
- java.lang.Record
- io.camunda.connector.http.base.model.auth.ApiKeyAuthentication (implements io.camunda.connector.http.base.model.auth.Authentication)
- io.camunda.connector.http.base.model.auth.BasicAuthentication (implements io.camunda.connector.http.base.model.auth.Authentication)
- io.camunda.connector.http.base.model.auth.BearerAuthentication (implements io.camunda.connector.http.base.model.auth.Authentication)
- io.camunda.connector.http.base.model.auth.NoAuthentication (implements io.camunda.connector.http.base.model.auth.Authentication)
- io.camunda.connector.http.base.model.auth.OAuthAuthentication (implements io.camunda.connector.http.base.model.auth.Authentication)
- java.lang.Record