v3.3.3 - possible to call webservice with interceptor flow?

Cantor, Scott cantor.2 at osu.edu
Mon Jan 7 10:30:41 EST 2019


On 1/7/19, 9:28 AM, "users on behalf of Pablo Vidaurri" <users-bounces at shibboleth.net on behalf of psvidaurri at gmail.com> wrote:

> It is not clear to me how to use Java code in an interceptor.

If you write your own it does anything you want. If you're trying to use some existing interceptor then they're usually wired to run beans implementing particular interfaces like Predicate or Function, and those can be just arbitrary Java code.

And scripts can, if desired, call any Java object, either one they instantiate, or one injected into the script context as a custom object.

-- Scott





More information about the users mailing list