Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [geclipse-dev] Secure storage usage in headless RCP app using g-Eclipse auth API

> As adapting one of the solutions may be either time-consumptive or not
> elegant there's a question if it would be possible to make usage of
> secure storage in g-Eclipse auth mechanism optional?

yes, that was what i had implemented already, just call:

    PasswordManager.useSecureStorage( false );

and it switches back to the "old" internal implementation which doesn't 
store the password across sessions. This is usually all what you need for 
a headless app.

Cheers, Ariel


Back to the top