-
Notifications
You must be signed in to change notification settings - Fork 546
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve action execution to have data
in the action invocation success response
#6320
base: master
Are you sure you want to change the base?
Improve action execution to have data
in the action invocation success response
#6320
Conversation
03667aa
to
8c4d9a4
Compare
52df562
to
67ae6b6
Compare
data
in the action invocation success response
PR builder started |
PR builder completed |
32917c1
to
ddf9b40
Compare
ddf9b40
to
71a366f
Compare
.../org/wso2/carbon/identity/action/execution/impl/InvocationSuccessResponseContextFactory.java
Outdated
Show resolved
Hide resolved
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6320 +/- ##
============================================
+ Coverage 46.49% 46.56% +0.07%
- Complexity 14740 14755 +15
============================================
Files 1701 1706 +5
Lines 103349 103383 +34
Branches 18558 18558
============================================
+ Hits 48049 48139 +90
+ Misses 48444 48383 -61
- Partials 6856 6861 +5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
ba0015d
to
700c3a1
Compare
700c3a1
to
b80bbe8
Compare
PR builder started |
PR builder completed |
bc43399
to
6f14617
Compare
6008a93
to
a37cbc1
Compare
...in/java/org/wso2/carbon/identity/action/execution/ActionInvocationResponseClassProvider.java
Outdated
Show resolved
Hide resolved
...ava/org/wso2/carbon/identity/action/execution/impl/ActionInvocationResponseClassFactory.java
Outdated
Show resolved
Hide resolved
...ava/org/wso2/carbon/identity/action/execution/impl/ActionInvocationResponseClassFactory.java
Outdated
Show resolved
Hide resolved
.../org/wso2/carbon/identity/action/execution/DefaultActionInvocationResponseClassProvider.java
Outdated
Show resolved
Hide resolved
...java/org/wso2/carbon/identity/action/execution/internal/ActionExecutionServiceComponent.java
Outdated
Show resolved
Hide resolved
...on.execution/src/main/java/org/wso2/carbon/identity/action/execution/model/ResponseData.java
Outdated
Show resolved
Hide resolved
...on.execution/src/main/java/org/wso2/carbon/identity/action/execution/model/ResponseData.java
Outdated
Show resolved
Hide resolved
...in/java/org/wso2/carbon/identity/action/execution/model/ActionInvocationSuccessResponse.java
Outdated
Show resolved
Hide resolved
...on.execution/src/test/java/org/wso2/carbon/identity/action/execution/util/APIClientTest.java
Show resolved
Hide resolved
a4dba21
to
af2d974
Compare
af2d974
to
e00f179
Compare
.../org/wso2/carbon/identity/action/execution/DefaultActionInvocationResponseClassProvider.java
Outdated
Show resolved
Hide resolved
.../org/wso2/carbon/identity/action/execution/DefaultActionInvocationResponseClassProvider.java
Outdated
Show resolved
Hide resolved
...ava/org/wso2/carbon/identity/action/execution/impl/ActionInvocationResponseClassFactory.java
Outdated
Show resolved
Hide resolved
.../src/main/java/org/wso2/carbon/identity/action/execution/model/ResponseDataDeserializer.java
Outdated
Show resolved
Hide resolved
...on.execution/src/test/java/org/wso2/carbon/identity/action/execution/util/APIClientTest.java
Outdated
Show resolved
Hide resolved
...on.execution/src/test/java/org/wso2/carbon/identity/action/execution/util/APIClientTest.java
Outdated
Show resolved
Hide resolved
34e3fdb
to
6fd2554
Compare
6fd2554
to
6a309ee
Compare
Quality Gate passedIssues Measures |
PR builder started |
PR builder completed |
Issue:
data
in the action invocation success response product-is#22360With the custom authentication extension, the JSON response body for a successful action invocation will include authenticated user information under data. The data field can represent a class defined by the downstream component. A generic solution is required to deserialize this data payload, with its structure being determined by the downstream component.