diff --git a/components/org.wso2.carbon.identity.oauth/src/main/java/org/wso2/carbon/identity/oauth/action/PreIssueAccessTokenResponseProcessor.java b/components/org.wso2.carbon.identity.oauth/src/main/java/org/wso2/carbon/identity/oauth/action/PreIssueAccessTokenResponseProcessor.java index b4bd8d1b67..3e3b1a6878 100644 --- a/components/org.wso2.carbon.identity.oauth/src/main/java/org/wso2/carbon/identity/oauth/action/PreIssueAccessTokenResponseProcessor.java +++ b/components/org.wso2.carbon.identity.oauth/src/main/java/org/wso2/carbon/identity/oauth/action/PreIssueAccessTokenResponseProcessor.java @@ -30,6 +30,7 @@ import org.wso2.carbon.identity.action.execution.model.ActionExecutionStatus; import org.wso2.carbon.identity.action.execution.model.ActionInvocationErrorResponse; import org.wso2.carbon.identity.action.execution.model.ActionInvocationFailureResponse; +import org.wso2.carbon.identity.action.execution.model.ActionInvocationIncompleteResponse; import org.wso2.carbon.identity.action.execution.model.ActionInvocationSuccessResponse; import org.wso2.carbon.identity.action.execution.model.ActionType; import org.wso2.carbon.identity.action.execution.model.Error; @@ -37,6 +38,7 @@ import org.wso2.carbon.identity.action.execution.model.Event; import org.wso2.carbon.identity.action.execution.model.FailedStatus; import org.wso2.carbon.identity.action.execution.model.Failure; +import org.wso2.carbon.identity.action.execution.model.Incomplete; import org.wso2.carbon.identity.action.execution.model.PerformableOperation; import org.wso2.carbon.identity.action.execution.model.Success; import org.wso2.carbon.identity.action.execution.model.SuccessStatus; @@ -162,6 +164,15 @@ private void logOperationExecutionResults(ActionType actionType, } } } + + @Override + public ActionExecutionStatus processIncompleteResponse(Map eventContext, + Event actionEvent, ActionInvocationIncompleteResponse incompleteResponse) throws + ActionExecutionResponseProcessorException { + + throw new UnsupportedOperationException( + "The INCOMPLETE status is not supported for the action type: " + getSupportedActionType()); + } @Override public ActionExecutionStatus processFailureResponse(Map eventContext, Event actionEvent, diff --git a/pom.xml b/pom.xml index 77c42fc97a..8dd932e482 100644 --- a/pom.xml +++ b/pom.xml @@ -944,7 +944,7 @@ [1.0.1, 2.0.0) - 7.7.49 + 7.7.71 [5.25.234, 8.0.0) [2.0.0, 3.0.0)