-
Notifications
You must be signed in to change notification settings - Fork 91
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
Add GraalJS support for conditional authentication functions #152
Conversation
.../org.wso2.carbon.identity.conditional.auth.functions.analytics/src/test/resources/testng.xml
Outdated
Show resolved
Hide resolved
.../org.wso2.carbon.identity.conditional.auth.functions.analytics/src/test/resources/testng.xml
Show resolved
Hide resolved
...wso2/carbon/identity/conditional/auth/functions/analytics/CallAnalyticsFunctionImplTest.java
Outdated
Show resolved
Hide resolved
.../org.wso2.carbon.identity.conditional.auth.functions.analytics/src/test/resources/testng.xml
Outdated
Show resolved
Hide resolved
.../java/org/wso2/carbon/identity/conditional/auth/functions/choreo/CallChoreoFunctionImpl.java
Show resolved
Hide resolved
...onents/org.wso2.carbon.identity.conditional.auth.functions.elk/src/test/resources/testng.xml
Outdated
Show resolved
Hide resolved
...ain/java/org/wso2/carbon/identity/conditional/auth/functions/http/SetCookieFunctionImpl.java
Show resolved
Hide resolved
...main/java/org/wso2/carbon/identity/conditional/auth/functions/http/HTTPPostFunctionImpl.java
Show resolved
Hide resolved
...a/org/wso2/carbon/identity/conditional/auth/functions/user/store/GetUserWithClaimValues.java
Outdated
Show resolved
Hide resolved
.../java/org/wso2/carbon/identity/conditional/auth/functions/user/store/UserStoreFunctions.java
Outdated
Show resolved
Hide resolved
...g/wso2/carbon/identity/conditional/auth/functions/user/model/graaljs/JsGraalApplication.java
Outdated
Show resolved
Hide resolved
...g/wso2/carbon/identity/conditional/auth/functions/user/model/graaljs/JsGraalUserSession.java
Show resolved
Hide resolved
...g/wso2/carbon/identity/conditional/auth/functions/user/model/graaljs/JsGraalUserSession.java
Outdated
Show resolved
Hide resolved
4813d39
to
fa5fbbe
Compare
PR builder started |
PR builder completed |
Unit test case failures since the PR depends on Product build is locally successful with
|
PR builder started |
PR builder completed |
PR builder started |
PR builder completed |
* Introduce GraalJS proxy objects. * Add wrapper factory for GraalJS proxy objects.
* GraalJS cannot convert proxy objects to native JAVA objects * Error when executing function ReferenceError: getCookieValue is not defined * Unsupported operation identifier 'addCookie' * Async processes are not getting executed
* Fix GetUserWithClaimValues * Fix getAuthenticatedApplications * Add hasMember methods to Proxy objects * Add support for JsGraalApplication * Fix UserStoreFunctions to support GraalJs
…tication script engine
… implementations.
PR builder started |
PR builder completed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving the pull request based on the successful pr build https://github.com/wso2/product-is/actions/runs/9225922996
...g/wso2/carbon/identity/conditional/auth/functions/user/model/graaljs/JsGraalUserSession.java
Outdated
Show resolved
Hide resolved
...org/wso2/carbon/identity/conditional/auth/functions/user/model/graaljs/JsGraalUserAgent.java
Outdated
Show resolved
Hide resolved
Co-authored-by: Inthirakumaaran <[email protected]>
Purpose
Depends on: