[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.technology.equinox] Re: How can I set a new secure storage location in the preference page
|
Hi Andreas,
Currently that preference page is tied to the "default" secure storage. It
has no provisions to link to "another" secure storage.
That said, the location of the "default" secure storage can be changed using
"-eclipse.keyring" runtime option - is this by chance what you are looking
for? Or you'd like to have a secure storage instance separate from the
"default" secure storage?
Sincerely,
Oleg Besedin
"Andreas Gellendin" <agellendin@xxxxxxxxxxx> wrote in message
news:96b23b77030d465303217cd3626ffc7f$1@xxxxxxxxxxxxxxxxxx
> 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
>
>