Hi,
I have been looking at Jersey's code (1.7) trying to find a way to
provide my own implementation of a JavaMethodInvoker /
JavaMethodInvokerFactory in order to provide custom authorisation (not
based on Java and not using SecurityContext).
I know that I can plug-in Guice into Jersey, but I want to avoid
adding extra libraries and I want to keep my implementation as lean as
possible. I have been looking at ResourceJavaMethodDispatcher but
still I have not found a way to inject my own implementation.
Is there a way to achieve this?
--
Luis Javier de la Garza Treviņo