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