Re: application-managed security model and isUserInRole getRemoteUser

2007-10-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stephen, Stephen More wrote: > On 10/12/07, Christopher Schultz wrote: >> Yes, this is how to do it. If you don't want to do it yourself, you can >> use securityfilter (http://securityfilter.sourceforge.net), which has >> already been written. > > T

Re: application-managed security model and isUserInRole getRemoteUser

2007-10-23 Thread Stephen More
On 10/12/07, Christopher Schultz wrote: > Yes, this is how to do it. If you don't want to do it yourself, you can > use securityfilter (http://securityfilter.sourceforge.net), which has > already been written. Thanks, securityfilter is a great example. > > ?? - stick with container-based securit

Re: application-managed security model and isUserInRole getRemoteUser

2007-10-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stephen, Stephen More wrote: > If I implement application-managed security ( I need to use cookies > for "Remember Me" ), is there a way to make it such that > HttpServletRequest.getRemoteUser() and > HttpServletRequest.isUserInRole(java.lang.Stri

Re: application-managed security model and isUserInRole getRemoteUser

2007-10-12 Thread Johnny Kewl
- Original Message - From: "Stephen More" <[EMAIL PROTECTED]> To: Sent: Friday, October 12, 2007 2:35 PM Subject: application-managed security model and isUserInRole getRemoteUser If I implement application-managed security ( I need to use cookies for "Remem

application-managed security model and isUserInRole getRemoteUser

2007-10-12 Thread Stephen More
If I implement application-managed security ( I need to use cookies for "Remember Me" ), is there a way to make it such that HttpServletRequest.getRemoteUser() and HttpServletRequest.isUserInRole(java.lang.String role) will respond with values from the actual logged in user ? I see an old thread