Uses of Interface
org.eclipse.equinox.security.storage.provider.IPreferencesContainer
-
Packages that use IPreferencesContainer Package Description org.eclipse.equinox.security.storage.provider Equinox secure storage: provider-specific functionality -
-
Uses of IPreferencesContainer in org.eclipse.equinox.security.storage.provider
Methods in org.eclipse.equinox.security.storage.provider with parameters of type IPreferencesContainer Modifier and Type Method Description abstract PBEKeySpecPasswordProvider. getPassword(IPreferencesContainer container, int passwordType)This method should return the password used to encrypt entries in the secure preferences.booleanPasswordProvider. retryOnError(Exception e, IPreferencesContainer container)The framework might call this method if it suspects that the password is invalid (for instance, due to a failed data decryption).
-