On Sun, Feb 27, 2011 at 00:59, Paul Libbrecht <[email protected]> wrote: > Hello fellow developers, > > what is the best way to listen to login events? > Is there a notification of some sort?
Not yet no. You can follow http://jira.xwiki.org/jira/browse/XWIKI-5826 but I can't give you any planned date since nobody is working on it. But if you want to do it and provide a patch we will be glad to help you, it should not be too hard I think at least for the login part. > For any session creation or destruction? Maybe there is a way in servlet API but i don't know it. The only way I can think of right now that does not imply implementing http://jira.xwiki.org/jira/browse/XWIKI-5826 is to overload standard authenticator with your own. See http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Authentication#HCustomAuthentication > > thanks in advance > > paul > _______________________________________________ > devs mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/devs > -- Thomas Mortagne _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

