RE: MailboxManager API addition

2009-05-13 Thread Martin.Bergljung
Donkin [mailto:[email protected]] Sent: 13 May 2009 11:08 To: James Developers List Subject: Re: MailboxManager API addition On Wed, May 13, 2009 at 11:00 AM, Martin.Bergljung wrote: > About the event stuff: > > I want to be able to track how many users are concurrently

Re: MailboxManager API addition

2009-05-13 Thread Robert Burrell Donkin
On Wed, May 13, 2009 at 11:00 AM, Martin.Bergljung wrote: > About the event stuff: > > I want to be able to track how many users are concurrently logged in at > any one time. > I then keep a record so system administrators can check the utilization > of the system > and see that any license agr

RE: MailboxManager API addition

2009-05-13 Thread Martin.Bergljung
-Original Message- From: Robert Burrell Donkin [mailto:[email protected]] Sent: 13 May 2009 10:39 To: James Developers List Subject: Re: MailboxManager API addition On Wed, May 13, 2009 at 8:07 AM, Martin.Bergljung wrote: > Hi, > > > > Would it be possible

Re: MailboxManager API addition

2009-05-13 Thread Robert Burrell Donkin
On Wed, May 13, 2009 at 8:07 AM, Martin.Bergljung wrote: > Hi, > Maybe we could actually also have a postLogin so I do not have to mix > event firing with authentication. perhaps there might be better, more general ways to support eventing. could you explain a little more about the use case?

Re: MailboxManager API addition

2009-05-13 Thread Robert Burrell Donkin
On Wed, May 13, 2009 at 8:07 AM, Martin.Bergljung wrote: > Hi, > > > > Would it be possible to add an extra method to the MailboxManager API > for logouts? > > > > I am currently firing a login event when someone has been successfully > authenticated (in the isAuthentic() method) > > and would lik

MailboxManager API addition

2009-05-13 Thread Martin.Bergljung
Hi, Would it be possible to add an extra method to the MailboxManager API for logouts? I am currently firing a login event when someone has been successfully authenticated (in the isAuthentic() method) and would like to fire a logout event when someone is logged out via LogoutProcessor.