Class DelegatingFlowableAuthenticationApiKey
java.lang.Object
com.flowable.agent.engine.impl.model.BaseFlowableAuthenticationApiKey
com.flowable.agent.engine.impl.model.DelegatingFlowableAuthenticationApiKey
- All Implemented Interfaces:
FlowableAuthenticationApiKey
- Author:
- Filip Hrisafov
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.flowable.agent.engine.impl.model.FlowableAuthenticationApiKey
FlowableAuthenticationApiKey.Value -
Field Summary
FieldsFields inherited from class com.flowable.agent.engine.impl.model.BaseFlowableAuthenticationApiKey
headerName, valuePrefix -
Constructor Summary
ConstructorsConstructorDescriptionDelegatingFlowableAuthenticationApiKey(FlowableAuthenticationApiKey delegate, String headerName) DelegatingFlowableAuthenticationApiKey(FlowableAuthenticationApiKey delegate, String headerName, String valuePrefix) -
Method Summary
Methods inherited from class com.flowable.agent.engine.impl.model.BaseFlowableAuthenticationApiKey
getHeaderName, getValue
-
Field Details
-
delegate
-
-
Constructor Details
-
DelegatingFlowableAuthenticationApiKey
public DelegatingFlowableAuthenticationApiKey(FlowableAuthenticationApiKey delegate, String headerName) -
DelegatingFlowableAuthenticationApiKey
public DelegatingFlowableAuthenticationApiKey(FlowableAuthenticationApiKey delegate, String headerName, String valuePrefix)
-
-
Method Details
-
resolveValue
- Specified by:
resolveValuein classBaseFlowableAuthenticationApiKey
-