Sunny P wrote: > > Hello > > I am new to Slide, we are trying to implement a Custom Store so that we > can retrieve data/content from a proprietary CMS. The store > implementation needs to have the User authentication information so that > it can create Connection to the CMS as that User and then retrieve the > data from the CMS. Has someone done this in the past? I understand we > will have to implement a Realm similar to JDBCRealm to do the > authentication, but how does that information get propagated to the Stores?
The realm is not propagated itself, but the principal object is, inside the SlideToken. You can make your realm return custom principals which contains the necessary credentials for your store to work. -- -Torgeir -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
