Class AuthenticatedUserThreadLocal

java.lang.Object
com.atlassian.confluence.user.AuthenticatedUserThreadLocal

public class AuthenticatedUserThreadLocal extends Object
A simple ThreadLocal to store the currently authenticated user. This can be used when the user comes from something other than the web interface (i.e. SOAP).
  • Constructor Details

    • AuthenticatedUserThreadLocal

      public AuthenticatedUserThreadLocal()
  • Method Details