Class ClientRegistrationInfoFlowableAuthenticationKey
java.lang.Object
com.flowable.agent.engine.impl.model.BaseFlowableAuthenticationApiKey
com.flowable.agent.engine.impl.model.ClientRegistrationInfoFlowableAuthenticationKey
- All Implemented Interfaces:
FlowableAuthenticationApiKey
public class ClientRegistrationInfoFlowableAuthenticationKey
extends BaseFlowableAuthenticationApiKey
- 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 PlatformManagementServiceprotected final StringFields inherited from class com.flowable.agent.engine.impl.model.BaseFlowableAuthenticationApiKey
headerName, valuePrefix -
Constructor Summary
ConstructorsConstructorDescriptionClientRegistrationInfoFlowableAuthenticationKey(String registrationKey, String headerName, PlatformManagementService managementService) ClientRegistrationInfoFlowableAuthenticationKey(String registrationKey, String headerName, String valuePrefix, PlatformManagementService managementService) -
Method Summary
Methods inherited from class com.flowable.agent.engine.impl.model.BaseFlowableAuthenticationApiKey
getHeaderName, getValue
-
Field Details
-
registrationKey
-
managementService
-
-
Constructor Details
-
ClientRegistrationInfoFlowableAuthenticationKey
public ClientRegistrationInfoFlowableAuthenticationKey(String registrationKey, String headerName, PlatformManagementService managementService) -
ClientRegistrationInfoFlowableAuthenticationKey
public ClientRegistrationInfoFlowableAuthenticationKey(String registrationKey, String headerName, String valuePrefix, PlatformManagementService managementService)
-
-
Method Details
-
resolveValue
- Specified by:
resolveValuein classBaseFlowableAuthenticationApiKey
-