Uses of Interface
org.eclipse.higgins.cardstore.schemas._2005._05.identity.IRoamingStore

Packages that use IRoamingStore
org.eclipse.higgins.cardstore.schemas._2005._05.identity   
org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl   
 

Uses of IRoamingStore in org.eclipse.higgins.cardstore.schemas._2005._05.identity
 

Methods in org.eclipse.higgins.cardstore.schemas._2005._05.identity that return IRoamingStore
 IRoamingStore IEncryptedStore.getRoamingStore(PasswordCallback passwdCallback)
          Returns a RoamingStore object.
 

Methods in org.eclipse.higgins.cardstore.schemas._2005._05.identity with parameters of type IRoamingStore
 void IEncryptedStore.setRoamingStore(IRoamingStore roamingStore)
          This method is used to replace or add a roaming store that the encrypted store is based on.
 

Uses of IRoamingStore in org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl
 

Classes in org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl that implement IRoamingStore
 class RoamingStore
           
 

Methods in org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl that return IRoamingStore
 IRoamingStore EncryptedStore.getRoamingStore(PasswordCallback passwdCallback)
           
 

Methods in org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl with parameters of type IRoamingStore
 void EncryptedStore.setRoamingStore(IRoamingStore roamingStore)