Assuming you are working in a web context, is there any reason to use SecurityUtils.getSubject() rather then ThreadContext.getSubject()

I'm guessing the former just enables you to have a static singleton as the SecurityManager and the later assums the SecurityManager has bound stuff to the ThreadContext.

thanks
ryan

Reply via email to