<div dir="ltr">Sorry to bring this up again .. but does anyone have an example of how to execute java code with an interceptor? I only find xml bean and flow files in the interceptor examples.</div><br><div class="gmail_quote"><div dir="ltr">On Mon, Jan 7, 2019 at 9:31 AM Cantor, Scott <<a href="mailto:cantor.2@osu.edu">cantor.2@osu.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 1/7/19, 9:28 AM, "users on behalf of Pablo Vidaurri" <<a href="mailto:users-bounces@shibboleth.net" target="_blank">users-bounces@shibboleth.net</a> on behalf of <a href="mailto:psvidaurri@gmail.com" target="_blank">psvidaurri@gmail.com</a>> wrote:<br>
<br>
> It is not clear to me how to use Java code in an interceptor.<br>
<br>
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.<br>
<br>
And scripts can, if desired, call any Java object, either one they instantiate, or one injected into the script context as a custom object.<br>
<br>
-- Scott<br>
<br>
<br>
<br>
-- <br>
For Consortium Member technical support, see <a href="https://wiki.shibboleth.net/confluence/x/coFAAg" rel="noreferrer" target="_blank">https://wiki.shibboleth.net/confluence/x/coFAAg</a><br>
To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net" target="_blank">users-unsubscribe@shibboleth.net</a><br>
</blockquote></div>