[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.equinox] How can I set a new secure storage location in the preference page

Hello,

Our RCP-Application uses the secure storage.
We want to use the default preference page that is supplied by the org.eclipse.equinox.security.ui plugin but set another storage location.


I debugged the code and found that the default location is hard coded in org.eclipse.equinox.internal.security.storage.StorageUtils.

Is there any possibility to use the supplied page with another location?

Andreas