Beispiel #1
0
 def set_userid(self, uri):
     """ Set current user id """
     tldata.set(USER_KEY, uri)
Beispiel #2
0
 def set_effective_userid(self, uri):
     """ Set effective user uri """
     tldata.set(EFFECTIVE_USER_KEY, uri)
Beispiel #3
0
 def set_userid(self, uid):
     tldata.set(USER_KEY, uid)
Beispiel #4
0
 def set_effective_userid(self, uri):
     """ Set effective user uri """
     tldata.set(EFFECTIVE_USER_KEY, uri)
Beispiel #5
0
 def set_userid(self, uri):
     """ Set current user id """
     tldata.set(USER_KEY, uri)
Beispiel #6
0
 def set_effective_userid(self, uri):
     tldata.set(EFFECTIVE_USER_KEY, uri)
Beispiel #7
0
 def set_userid(self, uri):
     tldata.set(USER_KEY, uri)