Re: authentication store

2004-11-23 Thread Morten
Good stuff James, thanks. 2) Implement a custom Store for Slide to expose your users and roles as nodes in Slide. You'll need a password property in the Slide namespace in order for Slide's app server integration to work. Any detail on what's needed to accomplish this? Would it suffice to

Re: authentication store

2004-11-23 Thread James Mason
Take a look at the WCK. There's info on the Slide site and the Wiki. If the WCK won't work for you (it hasn't been released yet) take a look at the JNDIPrincipalStore; it's a simplistic implementation that only provides users and roles with a few properties. -James On Tue, 2004-11-23 at 10:27

RE: authentication store

2004-11-23 Thread Warwick Burrows
I'm not using Slide ACL implementation? Thanks, Warwick -Original Message- From: James Mason [mailto:[EMAIL PROTECTED] Sent: Monday, November 22, 2004 9:50 PM To: Slide Users Mailing List Subject: Re: authentication store Slide delegates all authentication to the app server, so

RE: authentication store

2004-11-23 Thread James Mason
, Warwick -Original Message- From: James Mason [mailto:[EMAIL PROTECTED] Sent: Monday, November 22, 2004 9:50 PM To: Slide Users Mailing List Subject: Re: authentication store Slide delegates all authentication to the app server, so any authentication source your app

RE: authentication store

2004-11-23 Thread Warwick Burrows
: James Mason [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 23, 2004 8:01 PM To: Slide Users Mailing List Subject: RE: authentication store You can implement the Security interface to provide your own custom permission logic. An easier way might be to extend SecurityImpl, or even

Re: authentication store

2004-11-23 Thread Jane [EMAIL PROTECTED]
Message - From: Warwick Burrows [EMAIL PROTECTED] To: 'Slide Users Mailing List' [EMAIL PROTECTED] Sent: Tuesday, November 23, 2004 9:16 PM Subject: RE: authentication store My goal would be that when Slide calls to the security implementation to make an access check that I would replace

authentication store

2004-11-22 Thread Chris O'Connell
Another newbie question... I need to integrate my content management application with an existing suite of applications that all use a single sign-on framework. I see lots of references to using a custom authentication mechanism (presumably, instead of creating users in the Domain.xml). I

Re: authentication store

2004-11-22 Thread Morten
Hi Chris, I need to integrate my content management application with an existing suite of applications that all use a single sign-on framework. I see lots of references to using a custom authentication mechanism (presumably, instead of creating users in the Domain.xml). I really want to

Re: authentication store

2004-11-22 Thread James Mason
Slide delegates all authentication to the app server, so any authentication source your app server supports (db, xml file, ldap) can be used to authenticate users to Slide. In order to expose Slide's internal user's to the app server Slide provides a JAAS implementation. For authorization Slide