Hi Dan, The WebEnvironment's FilterChainResolver instance wraps an internal FilterChainManager. Once acquiring the FilterChainManager (filterChainResolver.getFilterChainManager()), you can do pretty much whatever you want with the Filters (and corresponding chains).
HTH, Les On Thu, Mar 1, 2012 at 1:46 PM, dan <[email protected]> wrote: > Hi Jered, > > Thanks, that makes sense. > > The option of calling injectMembers() seems fine with me. I'm using 1.2's > new EnvironmentLoaderListener feature for early initialization of Shiro. > Then, a second listener kicks in which initializes guice and the rest of our > app. I suppose that adding the injectMembers() to my extended ShiroModule > is the best place. > > But here's probably a dumb question: how do I ask shiro for the list of > currently instantiated filters? Is it exposed in an API? > > Thanks very much, > Dan > > -- > View this message in context: > http://shiro-user.582556.n2.nabble.com/Injecting-Shiro-from-Guice-tp7333315p7334228.html > Sent from the Shiro User mailing list archive at Nabble.com.
