Class ExpressionFlowableAuthenticationApiKey

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

public class ExpressionFlowableAuthenticationApiKey extends BaseFlowableAuthenticationApiKey
Author:
Filip Hrisafov
  • 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

      public ExpressionFlowableAuthenticationApiKey(org.flowable.common.engine.api.delegate.Expression expression, String headerName, String valuePrefix)
  • Method Details