Uses of Class
org.eclipse.higgins.icard.CardStoreException

Packages that use CardStoreException
org.eclipse.higgins.icard   
 

Uses of CardStoreException in org.eclipse.higgins.icard
 

Methods in org.eclipse.higgins.icard that throw CardStoreException
 void CardStoreStrategy.initialize(CallbackHandler authHandler, ICardProvider cardProvider, String filename, PasswordCallback passwordCallback, org.eclipse.higgins.registry.IConfiguration configuration)
          Initializes the ICardStoreStrategy before it is used.
 void CardStoreStrategy.synchFromMap(CallbackHandler authHandler, Map icards)
          Synchronizes the CardStore from the provided in-memory Map icards.
 void CardStoreStrategy.synchFromStore(CallbackHandler authHandler, Map icards)
          Synchronizes the CardStore from the disk representation.
 void CardStoreStrategy.changePassword(char[] oldPassword, char[] newPassword)
          Changes the password of a password protected CardStore.
 Map CardStoreStrategy.importStore(CallbackHandler authHandler, String asciiStore)
          This should be part of a future CardManager