Uses of Class
com.avoka.core.security.UserContext
-
Packages that use UserContext Package Description com.avoka.core.security Provides base security context classes. -
-
Uses of UserContext in com.avoka.core.security
Methods in com.avoka.core.security that return UserContext Modifier and Type Method Description static UserContext
UserContext. getThreadUserContext()
Return thread local user context object.Methods in com.avoka.core.security with parameters of type UserContext Modifier and Type Method Description static void
UserContext. setThreadUserContext(UserContext userContext)
Set thread local user context object.
-