someMethod.py 134 B

123456789
  1. print authentication.name;
  2. for authority in authentication.authorities:
  3. print authority
  4. print "Granting access"
  5. allow = 1