Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] Restrict access to view depending on a user profile


Hi Anis,
You can also take a look at the Eclipse JAAS:

http://sourceforge.net/projects/eclipse-jaas

Sincerely,
Oleg Besedin



"zouaoui anis" <anis.zouaoui@xxxxxxxxx>
Sent by: equinox-dev-bounces@xxxxxxxxxxx

12/25/2006 05:27 PM

Please respond to
Equinox development mailing list <equinox-dev@xxxxxxxxxxx>

To
equinox-dev@xxxxxxxxxxx
cc
Subject
[equinox-dev] Restrict access to view depending on a user profile





Hi,

I'm trying to restrict access to some views on my RCP application
depending on user profile, users can have access to perspectives but
not to one view of the perspective.

I've tried with the ExtensionRegistry.removeExtension (...) method but
I found that with non master token I can just add/remove "non
persisted" extension from the ExtensionRegistry.

I sow that Eclipse 3.3 propose XSLT transformation on the OSGI Level
to filter the  plugin.xml file, but it still in the incubator stage,

Is there any other "Eclipse compatible" way to restrict access to my views ?

Regards,
Anis
_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/equinox-dev


Back to the top