Changeset 6052 for TI12-security/trunk/python/ndg_security_server/ndg/security/server/myproxy/certificate_extapp/saml_attribute_assertion.py
- Timestamp:
- 26/11/09 12:01:22 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/python/ndg_security_server/ndg/security/server/myproxy/certificate_extapp/saml_attribute_assertion.py
r6051 r6052 148 148 """ 149 149 self.__attributeQuery.subjectID = self.queryOpenId(username) 150 response = self.__attributeQuery.send( 151 uri=self.attributeAuthorityURI) 150 response = self.__attributeQuery.send(uri=self.attributeAuthorityURI) 152 151 153 152 try: … … 318 317 319 318 DEBUG_ENVVAR_NAME = 'NDGSEC_MYPROXY_CERT_EXT_APP_DEBUG' 320 319 320 # Essential to have slots declaration otherwise superclass __setattr__ 321 # will not behave correctly 322 __slots__ = () 323 321 324 @classmethod 322 325 def run(cls):
Note: See TracChangeset
for help on using the changeset viewer.