Re: Authentication and Autorization

2003-12-09 Thread Upayavira
Gianluca Sartori wrote: Hi all, I'm adapting an authentication/authorization system we are using within normal JSP/servet pages. It consists of a simple class which must be instantiated at the beginning of the page. It knows where to redirect the user for authentication and within the JSP

RE: Authentication and Autorization

2003-12-09 Thread Ralph Goers
You should investigate the authentication framework block before you go too far down the road. It provides much of the functionality you are looking for. We have just completed integrating Cocoon's authorization framework with JAAS and had to write to components to do it. The first component is a

RE: Authentication and Autorization

2003-12-10 Thread Gianluca Sartori
Il mar, 2003-12-09 alle 16:51, Ralph Goers ha scritto: > You should investigate the authentication framework block before you go too > far down the road. It provides much of the functionality you are looking > for. Our authentication/authorization system implements a single-sign-on on multiple s

RE: Authentication and Autorization

2003-12-10 Thread Ralph Goers
nto a stylesheet to cause the page to be generated differently based on permissions. Ralph > -Original Message- > From: Gianluca Sartori [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 10, 2003 12:05 AM > To: [EMAIL PROTECTED] > Subject: RE: Authentication and Autorization

RE: Authentication and Autorization

2003-12-12 Thread Gianluca Sartori
nluca Sartori [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, December 10, 2003 12:05 AM > > To: [EMAIL PROTECTED] > > Subject: RE: Authentication and Autorization > > > > > > So I use a generator to get User info. Then with the > > PermissionSelec