Interface ThreadLocals


  • public interface ThreadLocals
    Holds ThreadLocal variables used to indirectly inject instances into classes that are instantiated by the Shiro lib. Not ideal but a necessary evil to avoid static instances.
    Author:
    Thomas Pantelis