Class SecretFlowableAuthenticationApiKey
java.lang.Object
com.flowable.agent.engine.impl.model.BaseFlowableAuthenticationApiKey
com.flowable.agent.engine.impl.model.SecretFlowableAuthenticationApiKey
- 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
ConstructorsConstructorDescriptionSecretFlowableAuthenticationApiKey(String secretName, String headerName, ConfigurationService configurationService) SecretFlowableAuthenticationApiKey(String secretName, String headerName, String valuePrefix, ConfigurationService configurationService) -
Method Summary
Methods inherited from class com.flowable.agent.engine.impl.model.BaseFlowableAuthenticationApiKey
getHeaderName, getValue
-
Field Details
-
secretName
-
configurationService
-
-
Constructor Details
-
SecretFlowableAuthenticationApiKey
public SecretFlowableAuthenticationApiKey(String secretName, String headerName, ConfigurationService configurationService) -
SecretFlowableAuthenticationApiKey
public SecretFlowableAuthenticationApiKey(String secretName, String headerName, String valuePrefix, ConfigurationService configurationService)
-
-
Method Details
-
resolveValue
- Specified by:
resolveValuein classBaseFlowableAuthenticationApiKey
-