Class BasicAuthFlowableAuthenticationApiKey

java.lang.Object
com.flowable.agent.engine.impl.model.BasicAuthFlowableAuthenticationApiKey
All Implemented Interfaces:
FlowableAuthenticationApiKey

public class BasicAuthFlowableAuthenticationApiKey extends Object implements FlowableAuthenticationApiKey
Wraps a static username + delegate-resolved password into a single Authorization: Basic <base64> header value.
Author:
Filip Hrisafov