Re: clojure-jsr223 and shibboleth ScriptedAttributeDefinition

2011-11-27 Thread Francesco
Thank you very much, it works! The correct script is:

Re: clojure-jsr223 and shibboleth ScriptedAttributeDefinition

2011-11-14 Thread Armando Blancas
Here's a patch: http://code.google.com/p/clojure-jsr223/downloads/list Feel free to file bugs here: http://code.google.com/p/clojure-jsr223/issues/list On Nov 13, 9:52 am, Francesco wrote: > I was trying to write a simple script attribute definition for > shibboleth as

Re: clojure-jsr223 and shibboleth ScriptedAttributeDefinition

2011-11-14 Thread Armando Blancas
cesco wrote: > I was trying to write a simple script attribute definition for > shibboleth as > in:https://wiki.shibboleth.net/confluence/display/SHIB2/ResolverScriptAt... > with the help of clojure-jsr223. > > I included both clojure.jar and clojure-jsr223.jar in classpath a

clojure-jsr223 and shibboleth ScriptedAttributeDefinition

2011-11-13 Thread Francesco
I was trying to write a simple script attribute definition for shibboleth as in: https://wiki.shibboleth.net/confluence/display/SHIB2/ResolverScriptAttributeDefinition with the help of clojure-jsr223. I included both clojure.jar and clojure-jsr223.jar in classpath and voila my script in attribute

clojure-jsr223

2009-11-20 Thread Armando Blancas
P file has the clojure-jsr223.jar that goes alog with clojure.jar, the javadoc, sources and samples. You may get it here: http://code.google.com/p/clojure-jsr223/downloads/list You can run code, set bindings, call functions, get interface implementations, compile libs, and get some info from the fa