Am Sonntag, den 25.11.2007, 18:54 +0100 schrieb Stefano Bagnara: > Bernd Fondermann ha scritto: > > Hi, > > > > I've written at least 3 closed source "user" modules in my life. > > every second webapp seems to need it, and servers like James and > > Vysper need it, too. > > > > There is a generic implementation at OpenSymphony.OSUser, but it seems > > stale. > > What about Acegi Security? > I used it only in a very simple scenario and I found it easy and effective. > > I just needed pluggable Authentication and some basic authorization, I > don't how it supports user preferences / profiles. > > Is there anyone in this list with deeper knowledge of Acegi? > > WRT OSUser maybe it is stale because is a really simple library: > Atlassian developer Seraph on top of OSUser as a more generic framework > (I believe JIRA and Confluece use Seraph). > > Stefano
I'm using Acegi Security here for "secure" my Fat-Client to Server connections via Spring http. I think there is not way to store preferences, profiles. UserDetails don't have such a method: http://www.acegisecurity.org/acegi-security/apidocs/org/acegisecurity/userdetails/UserDetails.html bye Norman --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
