Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [platform-dev] Eclipse PCP application and JAAS

The eclipse.technology.equinox newsgroup is the best place for this kind of question. But I did a quick search for you and found this:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=70564
https://bugs.eclipse.org/bugs/show_bug.cgi?id=50208
http://dev.eclipse.org/viewcvs/indextech.cgi/~checkout~/equinox-home/security/java2security.html



> -----Original Message-----
> From: Mike Weiss
> Sent: Tuesday, March 22, 2005 4:48 AM
> 
> Hi all,
> 
> we are developing an Eclipse RCP application which has to be 
> secured with Java 2 Security capabilities.
> 
> The Rich Client part uses "Business Logic Components", which 
> can either run inside the Client VM or in an Application 
> Server VM. The "Business Logic Components" possess Connector 
> classes (like J2EE Business delegates) to use them. The 
> connector classes are packaged in a separate jar, so that is 
> is feasible to secure these jars with Java Policy files. 
> 
> But what about all the custom developed and Eclipse runtime 
> Plugins, how do I secure them (in the policy file). Any 
> pointers / experiences would be very helpful..


Back to the top