我正在尝试获取使用spring security创建的会话的信息。我希望在Spring flowflow流程中得到它。我试过这个:
<evaluate expression="SecurityContextHolder.getContext().getAuthentication().getPrincipal()" result="flowScope.information"/>
但它不起作用......
谢谢
答案 0 :(得分:2)
使用特殊的EL变量currentUser
来访问Authentication对象: