I don't see how this would be done, i.e. if I want to get notified when a login has failed (because a user is not in the appropriate role), which method do I have to implement in the user registry to get this information?
the user registry has methods like getUsers, getGroupsForUsers but nothing relating to failed web logins.
there is a opensource framework (
seraph) which does the job (by providing LoginInterceptor and LogoutInterceptor), but it is still beta.
Peter.