Interface AgentConnectionAuthentication

All Known Implementing Classes:
AgentConnectionAuthentication.ApiKeyAuthentication, AgentConnectionAuthentication.BaseAuthentication, AgentConnectionAuthentication.BasicAuthentication, AgentConnectionAuthentication.BearerAuthentication, AgentConnectionAuthentication.HeaderAuthentication

public interface AgentConnectionAuthentication
Authentication for agent connections. Mirrors the structure of com.flowable.agent.engine.impl.model.auth.AgentAuthentication (agent definition model auth) for use in connection-level storage.
Author:
Prathamesh Mane