smf/smfcredentialmgr/smfcredmgrserver/inc/smfcredmgrserversession.h
changeset 26 83d6a149c755
parent 18 013a02bf2bb0
equal deleted inserted replaced
25:a180113055cb 26:83d6a149c755
   102 	/**
   102 	/**
   103 	 * Retrieves each token set from Db and updates the array of CSmfFetchAuthTokenSet
   103 	 * Retrieves each token set from Db and updates the array of CSmfFetchAuthTokenSet
   104 	 * @param aParams class containg the array to be filled
   104 	 * @param aParams class containg the array to be filled
   105 	 */
   105 	 */
   106 	void getTokenArrayL(CSmfFetchAuthTokenSet* aParams);
   106 	void getTokenArrayL(CSmfFetchAuthTokenSet* aParams);
       
   107 	
       
   108 	/**
       
   109 	 * Deleted the information stored about a particular service from Db (like auth params, 
       
   110 	 * plugin list, url list, reg token and validity)
       
   111 	 * @param aAuthAppId The authentication application ID of the service
       
   112 	 */
       
   113 	bool deleteAuthAppInfoL( const TDesC& aAuthAppId );
   107 
   114 
   108 private:  // Data
   115 private:  // Data
   109 	CSmfCredMgrServer& iServer;
   116 	CSmfCredMgrServer& iServer;
   110 	CSmfCredMgrDbUser* iDbUser;
   117 	CSmfCredMgrDbUser* iDbUser;
   111 	CSmfKeyStoreManager* iKeyStore;
   118 	CSmfKeyStoreManager* iKeyStore;