Thanks Les. I'm afraid I have to take a stab at it. I was looking at yoke http://pmlopes.github.io/yoke/Java-Tutorial.html It's a chain executor framework for vert.x. It's similar to servlet filter chains. since my main use case is to secure http calls, I guess I can write a shiro middleware(Similar to shirofilter) and add it to yoke middlewares to intercept all http requests in the beginning. yoke has a context similar to ServletContext and I should be able to create a subject using that. Not entirely clear how much work is involved as I also use jasig CAS in shiro. Do you think this is a good approach? If not, Can you please give me a outline what I can do? Otherwise, I may need to write a bus module for shiro and request handlers may need to post a message of HttpServerRequest in the event bus that bus module listens and posts back a JSON message that contains authentication information passed back with the body etc (I think you were talking about this approach in another thread). I anyway will be doing this even if i use yoke but the pattern will be similar to shirofilter in case of yoke.
Venkat -- View this message in context: http://shiro-user.582556.n2.nabble.com/Shiro-integration-in-vert-x-tp7579626p7579652.html Sent from the Shiro User mailing list archive at Nabble.com.
