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 authorization at all. Although the > documentation discusses roles, it doesn't appear that the > framework provides > a role-selector, or any other role-based components. It may be that this > only has value inside the portal framework. > 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 > Ralph > > > -----Original Message----- > > From: Javier del Gesu [mailto:[EMAIL PROTECTED] > > Sent: Monday, October 13, 2003 8:10 AM > > To: [EMAIL PROTECTED] > > Subject: Authentication Components > > > > > > I need an authentication action, should I roll my own, or is > > there something in Cocoon that I reuse and develop? > > > > -- > > Javier del Gesu - [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
