RE: JAAS implementation with URL callback

2005-11-08 Thread Pat Young
ginModule. > > -Original Message----- > From: Pat Young [mailto:[EMAIL PROTECTED] > Sent: 07 November 2005 20:01 > To: 'Tomcat Users List' > Subject: JAAS implementation with URL callback > > Does anyone know of an available JAAS implementation > that comes with a URL callb

JAAS implementation with URL callback

2005-11-07 Thread Pat Young
Does anyone know of an available JAAS implementation that comes with a URL callback? The Catalina implementation only comes with a name and password callback, but there is no way to get to the URL. Thanks, Pat Young __ Yahoo! Mail - PC

How to access URL in JAAS LoginModule

2005-11-01 Thread Pat Young
I need to access the URL from within a JAAS LoginModule. Does anyone know how to do this? In the documentation, it says that only Name and Password callbacks are provided by Tomcat security realms. I think I need a URL callback to make this work. Any ideas? Thanks, Pat Young --- Javier