Class BaseFlowableAuthenticationApiKey
java.lang.Object
com.flowable.agent.engine.impl.model.BaseFlowableAuthenticationApiKey
- All Implemented Interfaces:
FlowableAuthenticationApiKey
- Direct Known Subclasses:
ClientRegistrationInfoFlowableAuthenticationKey,DelegatingFlowableAuthenticationApiKey,ExpressionFlowableAuthenticationApiKey,SecretFlowableAuthenticationApiKey
public abstract class BaseFlowableAuthenticationApiKey
extends Object
implements FlowableAuthenticationApiKey
- Author:
- Filip Hrisafov
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.flowable.agent.engine.impl.model.FlowableAuthenticationApiKey
FlowableAuthenticationApiKey.Value -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBaseFlowableAuthenticationApiKey(String headerName, String valuePrefix) -
Method Summary
-
Field Details
-
headerName
-
valuePrefix
-
-
Constructor Details
-
BaseFlowableAuthenticationApiKey
-
-
Method Details
-
getValue
- Specified by:
getValuein interfaceFlowableAuthenticationApiKey
-
getHeaderName
- Specified by:
getHeaderNamein interfaceFlowableAuthenticationApiKey
-
resolveValue
-