コード例 #1
0
 def __init__(self, login, password, user):
     PIdentity.__init__(self, login, user)
     self.setPassword(password)
コード例 #2
0
ファイル: LocalAuthentication.py プロジェクト: bubbas/indico
 def __init__(self, login, password, user):
     PIdentity.__init__( self, login, user )
     self.setPassword( password )
コード例 #3
0
ファイル: LDAPAuthentication.py プロジェクト: Ictp/indico
 def getId(self):
     return PIdentity.getId(self).lower()