Hi, I have MyCustomAuthenticationProvider class which is extending SimpleAuthenticationProvider. Is it possible to get current logged in user context in this? I think this SimpleAuthenticationProvider::getuserContext() always creates a new SimpleUserContext and doesn't return already created one. After this I want to list all active connections created by this user.
Pls provide your inputs on this. Regards, Umesh
