summaryrefslogtreecommitdiffstats
path: root/src/main/thrift
diff options
context:
space:
mode:
authorSimon Rettberg2014-10-10 18:18:03 +0200
committerSimon Rettberg2014-10-10 18:18:03 +0200
commit308f6ce6e0e0a4d729328513b6f367584896cebd (patch)
tree1f9797bedd6cd60570082cd0776e867a0c442f44 /src/main/thrift
parentAdapted type of contentOperatingSystem to type in db. (diff)
downloadmaster-sync-shared-308f6ce6e0e0a4d729328513b6f367584896cebd.tar.gz
master-sync-shared-308f6ce6e0e0a4d729328513b6f367584896cebd.tar.xz
master-sync-shared-308f6ce6e0e0a4d729328513b6f367584896cebd.zip
Added ECP URL to OrganizationData, added registerOrganization()
Diffstat (limited to 'src/main/thrift')
-rw-r--r--src/main/thrift/imagemaster.thrift3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/thrift/imagemaster.thrift b/src/main/thrift/imagemaster.thrift
index 66c9023..157606c 100644
--- a/src/main/thrift/imagemaster.thrift
+++ b/src/main/thrift/imagemaster.thrift
@@ -78,6 +78,7 @@ struct UserInfo {
struct OrganizationData {
1: string organizationId,
2: string displayName,
+ 3: string ecpUrl,
}
struct SessionData {
@@ -148,4 +149,6 @@ service ImageServer {
bool publishUser(1:ID serverSessionId, 2:UserInfo user) throws (1:AuthorizationException failure),
+ bool registerSatellite(1:string organizationId, 2:string address, 3:string modulus, 4:string exponent),
+
}