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
-
Nested Class Summary
Nested classes/interfaces inherited from interface FlowableAuthenticationApiKey
FlowableAuthenticationApiKey.Value -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final FlowableAuthenticationApiKeyprotected final String -
Constructor Summary
ConstructorsConstructorDescriptionBasicAuthFlowableAuthenticationApiKey(String username, FlowableAuthenticationApiKey passwordKey) -
Method Summary
-
Field Details
-
username
-
passwordKey
-
-
Constructor Details
-
BasicAuthFlowableAuthenticationApiKey
public BasicAuthFlowableAuthenticationApiKey(String username, FlowableAuthenticationApiKey passwordKey)
-
-
Method Details
-
getHeaderName
- Specified by:
getHeaderNamein interfaceFlowableAuthenticationApiKey
-
getValue
- Specified by:
getValuein interfaceFlowableAuthenticationApiKey
-