El lun, 08-05-2006 a las 08:49 +1000, Michael Ralston escribió:
> Michael Wechner wrote:
> > Doug Chestnut wrote:
> >
> >>
> >> Sweet, sounds like a good way integrate single sign on solutions.
> > sounds very good indeed. Would you be interested to share/contribute 
> > this code?
> >
> > Also is there a standard for single-sign own? E.g. with some kind of 
> > security tokens within HTTP headers and authentication mechanisms 
> > within the container?
> 
> I've just reimplemented the user, group and item interfaces as entity
> beans, then created a stateless bean to look up single user/group and
> retrieve a set of all user/group. The interface for the stateless bean
> is then access by EjbUserManager and EjbGroupManager on the lenya side.
> I also tweaked the user/group manager so they have a create method to 
> make new users/groups through the entity manager, rather than using the
> constructor directly on the User/Group object.
> 
> Not sure what you mean by single sign on, from the http point of view
> there is no difference between my ejb users and lenya's xml users, they
> both still use cocoons session object to store the user. I don't plan on
> changing this side of the interaction. The only aspect I can think of
> for single-sign on is sharing the User database with a non-lenya
> application, but this would not be truly single sign on, as you would
> have to 'sign on' more than once, but with the same details.
> 
> In regards to the EJB content generator I've been working on, I've
> implemented nodes, metadata, rcml etc. But I decided to change something
> with how nodes work... I wanted to be able to have the same content
> appear at different urls within my site. So I've made the Node pass all
> it's methods on to a Content object, which can be accessed by more than
> one different Node. This also means that the same Content object will
> provide content for Authoring and Live. This doesn't mean that editing
> Authoring will change Live without the usual workflow, as I've changed
> the RCMLEntry objects to store backups of content when it is changed.
> 
> WDYT?

I am working better with code examples. 
Can you add a patch that we can review?

salu2


> 
> Michael Ralston
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
-- 
thorsten

"Together we stand, divided we fall!" 
Hey you (Pink Floyd)


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to