我在这里使用 Struts 2 和 Spring Security Integration
Posted
技术标签:
【中文标题】我在这里使用 Struts 2 和 Spring Security Integration【英文标题】:I am using here Struts 2 and Spring Security Integration 【发布时间】:2013-06-23 03:23:51 【问题描述】:在spring security中成功登录后如何在jsp页面中打印用户名和姓:
sec:authentication property="principal.firstname" 和 sec:authentication property="principal.lastname"
【问题讨论】:
In Spring How to print user first name and last name from "<sec:authentication property="principal.username"/>" 的可能重复项 【参考方案1】:你应该使用你需要的属性来实现你自己的UserDetails
。
【讨论】:
谢谢亚历克斯..你能详细解释一下吗,这样我就可以清楚地理解了。因为我对 Spring Security 很陌生.. @user2358480 查看类似问题:***.com/questions/10607696/…以上是关于我在这里使用 Struts 2 和 Spring Security Integration的主要内容,如果未能解决你的问题,请参考以下文章
[Java web]Spring+Struts2+Hibernate整合过程