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

> yes, that was what i had implemented already, just call:
>
>     PasswordManager.useSecureStorage( false );

to comply with the java guidelines (thanks Mathias :-) i've renamed that 
setter method:
       PasswordManager.setUseSecureStorage( false );

Ariel


Back to the top