RE: Newbie: Using Struts with JAAS?

2004-06-16 Thread Rajat Pandit, Gurgaon
this helps rajat -Original Message- From: Adam Lipscombe [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 16, 2004 3:39 PM To: 'Struts Users Mailing List' Subject: RE: Newbie: Using Struts with JAAS? Hi Joe, Thanks for that. I cant comment which approach most appropriate 'cos

RE: Newbie: Using Struts with JAAS?

2004-06-16 Thread Enrique Medina
In my organization, we use JAAS with Struts through the RequestProcessor class. There are two cases: - With respect to authentication, we use an action (LogonAction) which is responsible for creating a JAAS subject in session. - With respect to authorization, simply extend RequestProcessor class

RE: Newbie: Using Struts with JAAS?

2004-06-16 Thread Adam Lipscombe
[mailto:[EMAIL PROTECTED] Sent: 16 June 2004 10:22 To: 'Struts Users Mailing List' Subject: RE: Newbie: Using Struts with JAAS? You've got a middle case youre not mentioning. What's wrong with container managed/declarative security (ex: A JDBCRealm) or something a shade more

RE: Newbie: Using Struts with JAAS?

2004-06-16 Thread Matthias Wessendorf
Hi Adam, in tomcat 4.1.X there is an application (admin) that is based upon JAAS and struts. it uses MemoryRealm to identify the users. (a file "tomcat-users.xml" in $TOMCAT_HOME/conf) watch WEB.XML (for security-rules) and login.jps in $TOMCAT_HOME/server/webapps/admin there is also a simple l

Re: Newbie: Using Struts with JAAS?

2004-06-16 Thread Ravi Vedala
Try looking at JGuard ! regds r-a-v-i - Original Message - From: "Adam Lipscombe" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Wednesday, June 16, 2004 2:40 PM Subject: Newbie: Using Struts with JAAS? > Folks, > > > I am struggling to understand how to

RE: Newbie: Using Struts with JAAS?

2004-06-16 Thread Joe Hertz
You've got a middle case youre not mentioning. What's wrong with container managed/declarative security (ex: A JDBCRealm) or something a shade more robust like SecurityFilter? > -Original Message- > From: Adam Lipscombe [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 16, 2004 5:11 AM