|
24 | 24 | import org.apache.commons.httpclient.HttpStatus;
|
25 | 25 | import org.apache.commons.logging.Log;
|
26 | 26 | import org.apache.commons.logging.LogFactory;
|
27 |
| -import org.wso2.carbon.identity.action.execution.ActionExecutionLogConstants; |
28 |
| -import org.wso2.carbon.identity.action.execution.ActionExecutionResponseProcessor; |
29 |
| -import org.wso2.carbon.identity.action.execution.exception.ActionExecutionResponseProcessorException; |
30 |
| -import org.wso2.carbon.identity.action.execution.model.ActionExecutionResponseContext; |
31 |
| -import org.wso2.carbon.identity.action.execution.model.ActionExecutionStatus; |
32 |
| -import org.wso2.carbon.identity.action.execution.model.ActionInvocationErrorResponse; |
33 |
| -import org.wso2.carbon.identity.action.execution.model.ActionInvocationFailureResponse; |
34 |
| -import org.wso2.carbon.identity.action.execution.model.ActionInvocationSuccessResponse; |
35 |
| -import org.wso2.carbon.identity.action.execution.model.ActionType; |
36 |
| -import org.wso2.carbon.identity.action.execution.model.Error; |
37 |
| -import org.wso2.carbon.identity.action.execution.model.ErrorStatus; |
38 |
| -import org.wso2.carbon.identity.action.execution.model.FailedStatus; |
39 |
| -import org.wso2.carbon.identity.action.execution.model.Failure; |
40 |
| -import org.wso2.carbon.identity.action.execution.model.FlowContext; |
41 |
| -import org.wso2.carbon.identity.action.execution.model.PerformableOperation; |
42 |
| -import org.wso2.carbon.identity.action.execution.model.Success; |
43 |
| -import org.wso2.carbon.identity.action.execution.model.SuccessStatus; |
| 27 | +import org.wso2.carbon.identity.action.execution.api.constant.ActionExecutionLogConstants; |
| 28 | +import org.wso2.carbon.identity.action.execution.api.exception.ActionExecutionResponseProcessorException; |
| 29 | +import org.wso2.carbon.identity.action.execution.api.model.ActionExecutionResponseContext; |
| 30 | +import org.wso2.carbon.identity.action.execution.api.model.ActionExecutionStatus; |
| 31 | +import org.wso2.carbon.identity.action.execution.api.model.ActionInvocationErrorResponse; |
| 32 | +import org.wso2.carbon.identity.action.execution.api.model.ActionInvocationFailureResponse; |
| 33 | +import org.wso2.carbon.identity.action.execution.api.model.ActionInvocationSuccessResponse; |
| 34 | +import org.wso2.carbon.identity.action.execution.api.model.ActionType; |
| 35 | +import org.wso2.carbon.identity.action.execution.api.model.Error; |
| 36 | +import org.wso2.carbon.identity.action.execution.api.model.ErrorStatus; |
| 37 | +import org.wso2.carbon.identity.action.execution.api.model.FailedStatus; |
| 38 | +import org.wso2.carbon.identity.action.execution.api.model.Failure; |
| 39 | +import org.wso2.carbon.identity.action.execution.api.model.FlowContext; |
| 40 | +import org.wso2.carbon.identity.action.execution.api.model.PerformableOperation; |
| 41 | +import org.wso2.carbon.identity.action.execution.api.model.Success; |
| 42 | +import org.wso2.carbon.identity.action.execution.api.model.SuccessStatus; |
| 43 | +import org.wso2.carbon.identity.action.execution.api.service.ActionExecutionResponseProcessor; |
44 | 44 | import org.wso2.carbon.identity.central.log.mgt.utils.LoggerUtils;
|
45 | 45 | import org.wso2.carbon.identity.oauth.action.model.AccessToken;
|
46 | 46 | import org.wso2.carbon.identity.oauth.action.model.ClaimPathInfo;
|
|
0 commit comments