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
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic classstatic classstatic classstatic classstatic class -
Field Summary
Fields -
Method Summary
-
Field Details
-
BASIC
- See Also:
-
BEARER
- See Also:
-
API_KEY
- See Also:
-
HEADER
- See Also:
-
-
Method Details
-
getType
String getType()
-