Class GetClientRegistrationInfoTokenCmd
java.lang.Object
com.flowable.platform.engine.impl.cmd.GetClientRegistrationInfoTokenCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<String>
public class GetClientRegistrationInfoTokenCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<String>
- Author:
- Filip Hrisafov
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String
createErrorMessage
(String errorCode, String errorDescription) execute
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) protected String
getBadRequestErrorMessageFromHeaders
(org.flowable.http.common.api.HttpHeaders httpHeaders) protected String
getBadRequestResponseErrorMessage
(org.flowable.http.common.api.HttpResponse response, PlatformEngineConfiguration engineConfiguration) protected String
getErrorMessage
(HttpStatus status, org.flowable.http.common.api.HttpResponse response, PlatformEngineConfiguration engineConfiguration) protected com.fasterxml.jackson.databind.JsonNode
readResponseBody
(org.flowable.http.common.api.HttpResponse response, PlatformEngineConfiguration engineConfiguration)
-
Field Details
-
registrationKey
-
tenantId
-
-
Constructor Details
-
GetClientRegistrationInfoTokenCmd
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<String>
-
readResponseBody
protected com.fasterxml.jackson.databind.JsonNode readResponseBody(org.flowable.http.common.api.HttpResponse response, PlatformEngineConfiguration engineConfiguration) -
getErrorMessage
protected String getErrorMessage(HttpStatus status, org.flowable.http.common.api.HttpResponse response, PlatformEngineConfiguration engineConfiguration) -
getBadRequestResponseErrorMessage
protected String getBadRequestResponseErrorMessage(org.flowable.http.common.api.HttpResponse response, PlatformEngineConfiguration engineConfiguration) -
getBadRequestErrorMessageFromHeaders
protected String getBadRequestErrorMessageFromHeaders(org.flowable.http.common.api.HttpHeaders httpHeaders) -
createErrorMessage
-