Eclipse Platform
Release 3.4

Uses of Interface
org.eclipse.equinox.security.storage.provider.IPreferencesContainer

Packages that use IPreferencesContainer
org.eclipse.equinox.security.storage.provider Equinox secure storage: provider-specific functionality Package Specification This package provides an infrastructure and helper utilities oriented towards service providers implementing their own password provider modules.  
 

Uses of IPreferencesContainer in org.eclipse.equinox.security.storage.provider
 

Methods in org.eclipse.equinox.security.storage.provider with parameters of type IPreferencesContainer
abstract  PBEKeySpec PasswordProvider.getPassword(IPreferencesContainer container, int passwordType)
          This method should return the password used to encrypt entries in the secure preferences.
 boolean PasswordProvider.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).
 


Eclipse Platform
Release 3.4

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.