Class ExpressionFlowableAuthenticationApiKey
java.lang.Object
com.flowable.agent.engine.impl.model.BaseFlowableAuthenticationApiKey
com.flowable.agent.engine.impl.model.ExpressionFlowableAuthenticationApiKey
- 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
FieldsModifier and TypeFieldDescriptionprotected final org.flowable.common.engine.api.delegate.ExpressionFields inherited from class com.flowable.agent.engine.impl.model.BaseFlowableAuthenticationApiKey
headerName, valuePrefix -
Constructor Summary
ConstructorsConstructorDescriptionExpressionFlowableAuthenticationApiKey(org.flowable.common.engine.api.delegate.Expression expression, String headerName) ExpressionFlowableAuthenticationApiKey(org.flowable.common.engine.api.delegate.Expression expression, String headerName, String valuePrefix) -
Method Summary
Methods inherited from class com.flowable.agent.engine.impl.model.BaseFlowableAuthenticationApiKey
getHeaderName, getValue
-
Field Details
-
expression
protected final org.flowable.common.engine.api.delegate.Expression expression
-
-
Constructor Details
-
ExpressionFlowableAuthenticationApiKey
public ExpressionFlowableAuthenticationApiKey(org.flowable.common.engine.api.delegate.Expression expression, String headerName) -
ExpressionFlowableAuthenticationApiKey
-
-
Method Details
-
resolveValue
- Specified by:
resolveValuein classBaseFlowableAuthenticationApiKey
-