DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=33639>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=33639 Summary: Utility classes to aid implementation of a Principal store Product: Slide Version: 2.1 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: Security AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] I've developed some utility classes for my own use that implement a Slide read-only principal store to accesses principal information via a DAO interface. It is assumed that you want to integrate Slide's principal store with your principal DB, in which case you would implement the simple DAO interface to access your principal DB, which saves having to implement an entire Slide Store. It is also assumed that you have already authenticated the user prior to Slide's WebDAV servlet being invoked. We use Spring for IoC configuration and Acegi for authentication. We've developed a class that can retrieve the DAO from a Spring BeanFactory and have developed a servlet filter that integrates Acegi's authentication with Slide WebDAV. The purpose of this entry is to contribute this code back to the Slide project. I will attach the code to this entry with additional comments... -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
