RE: Security and Roles related

2003-08-20 Thread Navjot Singh
dnesday, August 20, 2003 12:26 PM |To: [EMAIL PROTECTED] |Subject: RE: Security and Roles related | | | |Hi Navjot, | |Thanks for your response. Will you be able to elaborate a little more on |your statement "STRUTS supports JAAS". I understand that JAAS is the J2EE |based authentication an

Re: Security and Roles related

2003-08-20 Thread Dan Tran
Sreekant G > @ 98404-65630 > > > > "Dan Tran" > <[EMAIL PROTECTED]To: "Struts Users Mailing List" > .com> <[EMAIL PROTECTED]> > cc

Re: Security and Roles related

2003-08-19 Thread Max Cooper
You can use Struts with SecurityFilter, which is a filter-based system designed initially to work just like container-managed security, with a few extensions. http://www.securityfilter.org/ -Max - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August

Re: Security and Roles related

2003-08-19 Thread Dan Tran
You can assign a role attribute with multiple role names in the action configuration. Underneath, struts uses isUserInRole to check against the list you provided. However, checking security is better off to let container do it for you. -D - Original Message - From: <[EMAIL PROTECTED]>

RE: Security and Roles related

2003-08-19 Thread Navjot Singh
struts provide support for JAAS and JAAS further supports the security roles and accesses independent of mechanisms. will that do? hth -navjot |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED] |Sent: Tuesday, August 19, 2003 4:38 PM |To: [EMAIL PROTECTED] |Subject: S