Getting logged in users with a SessionRegistry

后端 未结 2 1609
太阳男子
太阳男子 2021-01-06 06:40

I have a web application that is secured totally by the Weblogic container. Now I have to list the currently logged in users. I have to use Spring Security 2.0.4 for that

2条回答
  •  失恋的感觉
    2021-01-06 07:30

    This have be done here: http://krams915.blogspot.com/2010/12/spring-security-mvc-querying.html

    Enjoy :)

提交回复
热议问题