JAAS - public Credentials and ip address

2005-09-01 Thread Franck Borel
laugh if I say stupid things :-). Is it possible to use the public credentials to get the ip-address of the current user trying to authenticate? Thanks for answer me -- Franck Borel - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: JAAS - public Credentials and ip address

2005-09-02 Thread Franck Borel
Hi Wendy, Thanks for your answer. I am trying to implement a JAAS-module that can authenticate a user with username/password and his/her ip-address. To get the username and password is straightforward. My problem is that I don't know how to get the ip-address of the user. (I am newbee

Tomcat - JAAS - getting users ip address

2005-09-13 Thread Franck Borel
Hi all, to authentify a client I am using tomcat 5, j_security and JAAS. Is it possible to get the IP address of an acutally client within the JAAS module (like getRemoteAddress in jsp)? If not: Is it possible to extend j_security, in sort that my_j_security set a *callback* with the client