You have to remember all authenticated users (IDs) in your authenticator
class. Only one instance of this class is created, so it shoud work
by simply using an instance variable to store the ids.
The authenticator is also notified when a logout happens, BUT it's
not notified when the session times out, so have to take care of
that as well somehow.

HTH
Carsten

> -----Original Message-----
> From: onet [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, November 19, 2003 7:45 AM
> To: [EMAIL PROTECTED]
> Subject: Authentication(Authentication Framework)
> 
> 
> I am using own authenticator class for 
> authorization(Authentication Framework).
> I have no idea how check in authenticator if there is a
> user with the same ID logged ???
> 
> 
> -- 
> Best regards,
>  onet                            mailto:[EMAIL PROTECTED]
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to