Repository: airavata
Updated Branches:
  refs/heads/airavata-0.15-release-branch 648c0d6bf -> 842ec5412


Adding credential store cpi


Project: http://git-wip-us.apache.org/repos/asf/airavata/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/842ec541
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/842ec541
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/842ec541

Branch: refs/heads/airavata-0.15-release-branch
Commit: 842ec5412245e7fe760d1158b7aef4701269ac2e
Parents: 648c0d6
Author: Chathuri Wimalasena <[email protected]>
Authored: Thu Jul 16 10:46:29 2015 -0400
Committer: Chathuri Wimalasena <[email protected]>
Committed: Thu Jul 16 10:46:29 2015 -0400

----------------------------------------------------------------------
 .../cs-thrift-descriptions/credentialStoreCPI.thrift              | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/842ec541/modules/credential-store/cs-thrift-descriptions/credentialStoreCPI.thrift
----------------------------------------------------------------------
diff --git 
a/modules/credential-store/cs-thrift-descriptions/credentialStoreCPI.thrift 
b/modules/credential-store/cs-thrift-descriptions/credentialStoreCPI.thrift
index f35e884..670cce9 100644
--- a/modules/credential-store/cs-thrift-descriptions/credentialStoreCPI.thrift
+++ b/modules/credential-store/cs-thrift-descriptions/credentialStoreCPI.thrift
@@ -56,6 +56,5 @@ service CredentialStoreService {
   credentialStoreDataModel.PasswordCredential getPasswordCredential (1: 
required string tokenId, 2: required string gatewayId)
                         throws 
(1:credentialStoreErrors.CredentialStoreException csException);
 
-
-
+  map<string,string> getAllSSHKeysForUser (1: required string username) throws 
(1:credentialStoreErrors.CredentialStoreException csException);
 }
\ No newline at end of file

Reply via email to