Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] [equinox-dev] Eclipse Secure Storage Password - Suppressing the UI prompt

I was able to help myself:

      Map options = new HashMap();
      options.put(IProviderHints.PROMPT_USER, false);
        prefs = SecurePreferencesFactory.open(null, options);



On Wed, Mar 19, 2014 at 12:10 PM, jenoch <julian.enoch@xxxxxxxxx> wrote:
Hi Vinod,

I am facing a similar issue. Can you please update me on if you were able to
solve this?

Thanks,
Julian



--
View this message in context: http://eclipse.1072660.n5.nabble.com/equinox-dev-Eclipse-Secure-Storage-Password-Suppressing-the-UI-prompt-tp163589p166180.html
Sent from the Eclipse - Dev mailing list archive at Nabble.com.
_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/eclipse-dev


Back to the top