RE: Any good suggestions on implementing Security

2003-02-13 Thread Tony Baity
Feb 2003 09:57:38 -0600 From: [EMAIL PROTECTED] Reply-To: Struts Users Mailing List To: Struts Users Mailing List Subject: RE: Any good suggestions on implementing Security Depending on the container, your groups and group memberships can be dynamically mapped to roles, with declarative

RE: Any good suggestions on implementing Security

2003-02-13 Thread Rob Kischuk
[EMAIL PROTECTED] wrote: Date: Wed, 12 Feb 2003 09:57:38 -0600 From: [EMAIL PROTECTED] Reply-To: Struts Users Mailing List To: Struts Users Mailing List Subject: RE: Any good suggestions on implementing Security Depending on the container, your groups and group memberships can

RE: Any good suggestions on implementing Security

2003-02-13 Thread Mark Galbreath
Get a Pit Bull. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Any good suggestions on implementing Security

2003-02-13 Thread Dan Tran
This cracks me up and it is not Friday yet!!! Thanks to Mark - Original Message - From: Mark Galbreath [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Thursday, February 13, 2003 9:04 AM Subject: RE: Any good suggestions on implementing Security Get a Pit

Re: Any good suggestions on implementing Security

2003-02-13 Thread Aaron Oathout
] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Thursday, February 13, 2003 9:04 AM Subject: RE: Any good suggestions on implementing Security Get a Pit Bull. - To unsubscribe, e-mail: [EMAIL PROTECTED

RE: Any good suggestions on implementing Security

2003-02-12 Thread Rob Kischuk
+1 on the ServletFilter approach. Even better if you can get container managed security to meet your needs. Depending on the container, your groups and group memberships can be dynamically mapped to roles, with declarative specification of what resources can be accessed. This approach is optimal

RE: Any good suggestions on implementing Security

2003-02-12 Thread Jeff_Mychasiw
Depending on the container, your groups and group memberships can be dynamically mapped to roles, with declarative specification of what resources can be accessed. Is this the case with tomcat? I did not think so. Our needs our very similar. The users with a admin page that allows them to

RE: Any good suggestions on implementing Security

2003-02-12 Thread Mingfai Ma
Is there an area I can look that suggests how to implement this type of dynamic security with a servlet filter? i think the best source of reference material is Chapter 12 (Security) of the Servlet specification. There should be many other source of information on web, just go to google to

RE: Any good suggestions on implementing Security

2003-02-12 Thread Donald Dwoske
look at the code as a domain example. -Original Message- From: Mingfai Ma [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 12, 2003 11:25 AM To: Struts Users Mailing List Subject: RE: Any good suggestions on implementing Security Is there an area I can look that suggests how

RE: Any good suggestions on implementing Security

2003-02-12 Thread Craig R. McClanahan
On Wed, 12 Feb 2003 [EMAIL PROTECTED] wrote: Date: Wed, 12 Feb 2003 09:57:38 -0600 From: [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: RE: Any good suggestions on implementing Security Depending