From 929f6ff2138e848c8d906fb623959bde464d9bb3 Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Wed, 30 Jun 2010 14:25:03 +0000 Subject: added accessor for auth_username git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@959326 13f79535-47bb-0310-9956-ffa450edef68 --- python/qpid/messaging/endpoints.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python/qpid/messaging/endpoints.py') diff --git a/python/qpid/messaging/endpoints.py b/python/qpid/messaging/endpoints.py index f7afc66d46..f989d6c918 100644 --- a/python/qpid/messaging/endpoints.py +++ b/python/qpid/messaging/endpoints.py @@ -137,6 +137,7 @@ class Connection(Endpoint): self.heartbeat = options.get("heartbeat") self.username = default(url.user, options.get("username", None)) self.password = default(url.password, options.get("password", None)) + self.auth_username = None self.sasl_mechanisms = options.get("sasl_mechanisms") self.sasl_service = options.get("sasl_service", "qpidd") -- cgit v1.2.1