Assuming that your application server uses a delegating classloader scheme,
you should be able to accomplish this by packaging a separate copy of the
Shiro libraries in each web application. Otherwise, you'd probably need to
write your own integration layer that somehow maps classes from a
particular web application to particular security configurations (with a
ThreadLocal?).

Reply via email to