Beispiel #1
0
 def __init__(self, cconf):
     Request.__init__(self, cconf)
     self.principal = "http://kodtest.se/diana"
     self.idtype = "url"
Beispiel #2
0
 def __init__(self, cconf=None):
     Request.__init__(self, cconf)
     self.principal = "*****@*****.**"
     self.idtype = "mail"