RE: Authentication Components

2003-10-17 Thread Carsten Ziegeler
Ralph Goers wrote: Thanks for the info and letting me know that new doc was available. I still have a couple of questions. The section that discusses load-users and load-roles says these resources are called whenever information about available roles or users is needed. What causes that

RE: Authentication Components

2003-10-15 Thread Ralph Goers
Carsten, Thanks for the info and letting me know that new doc was available. I still have a couple of questions. The section that discusses load-users and load-roles says these resources are called whenever information about available roles or users is needed. What causes that to happen? Is it

RE: Authentication Components

2003-10-14 Thread Ralph Goers
: Authentication Components The authentication framework makes all information about a user, like e.g. the role available in the sitemap via the actions. You can then simply use the parameter selector to test a value provided by the auth-protect action against a value. Carsten

RE: Authentication Components

2003-10-13 Thread Ralph Goers
Cocoon comes with an authentication framework. I am trying to get it to integrate with JAAS right now. Unfortunately, I've had to read the documentation many times and also look at the code as the documentation isn't clear. Also, this doesn't appear to deal with authorization at all. Although

Re: Authentication Components

2003-10-13 Thread Javier del Gesu
* Ralph Goers [EMAIL PROTECTED] [2003-10-13 15:43]: From: Javier del Gesu [mailto:[EMAIL PROTECTED] To: [EMAIL PROTECTED] I need an authentication action, should I roll my own, or is there something in Cocoon that I reuse and develop? Cocoon comes with an authentication framework. I

RE: Authentication Components

2003-10-13 Thread Carsten Ziegeler
Ralph Goers wrote: Cocoon comes with an authentication framework. I am trying to get it to integrate with JAAS right now. Unfortunately, I've had to read the documentation many times and also look at the code as the documentation isn't clear. Also, this doesn't appear to deal with