java – Spring Security getPrincipal()方法返回anonymousUser

前端之家收集整理的这篇文章主要介绍了java – Spring Security getPrincipal()方法返回anonymousUser前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

在我的春季Web应用程序中,我想在我的控制器中获得经过身份验证的用户

Object principal = SecurityContextHolder.getContext().getAuthentication().getPrincipal();

但是校长的价值是“匿名用户”,虽然我已经掌握了.
如何获得经过身份验证的用户
我在spring-security.xml中的配置:

Failed" />
    <logout logout-success-url="/logout" />
最佳答案
不确定我明白但试试这个

原文链接:https://www.f2er.com/spring/432480.html

猜你在找的Spring相关文章