Package com.datahub.authentication
Class AuthenticationContext
java.lang.Object
com.datahub.authentication.AuthenticationContext
A static wrapper around a
ThreadLocal instance of Authentication containing
information about the currently authenticated actor.-
Method Summary
Modifier and TypeMethodDescriptionstatic Authenticationstatic voidremove()static voidsetAuthentication(Authentication authentication)
-
Method Details
-
getAuthentication
-
setAuthentication
-
remove
public static void remove()
-