I am using Slide in 2 modes:
1. From within my Application, in which case my application acts as the
entry point for a client.
2. From a third party client, in which case Slide is the entry point for the
client.

Slide is accessed from within my application using the Slide WebDAV client
lib. Whereas it is accessed from the third party client via WebDAV (e.g.
WebFolders in MS).
In both these cases, the authentication is done using JAAS. And
authorization depends on the mode of access. When accessed from within my
application, the authorization will be done by my application but when
accessed directly from a 3rd party client, the authorization should be done
by Slide's security support. In other words, my requirement is to turn off
Slide's security in one mode and turn it on in the other mode. Both modes
would be active simultaneously. Could someone please provide me any
hints/help with designing a solution for the above requirement?

One thought is to have 2 different namespaces, one for each of the above
mode. Both these namespaces would access the same store but would have
different security configurations. Is this achievable? I think this depends
on whether slide.properties is applicable per namespace or per domain. If
anyone has implemented such a solution, then please do let me know.


Regards,
Ritu



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

Reply via email to