Class AuthenticationContext


  • public class AuthenticationContext
    extends java.lang.Object
    A static wrapper around a ThreadLocal instance of Authentication containing information about the currently authenticated actor.
    • Method Detail

      • getAuthentication

        public static Authentication getAuthentication()
      • setAuthentication

        public static void setAuthentication​(Authentication authentication)
      • remove

        public static void remove()