UserContextService ================== .. java:package:: org.motechproject.security.service :noindex: .. java:type:: public interface UserContextService Interface to refresh user context (all or specified username) Methods ------- refreshAllUsersContextIfActive ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: void refreshAllUsersContextIfActive() :outertype: UserContextService refreshUserContextIfActive ^^^^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: void refreshUserContextIfActive(String userName) :outertype: UserContextService