summaryrefslogtreecommitdiff
path: root/qpid/specs
diff options
context:
space:
mode:
authorMichael Goulish <mgoulish@apache.org>2011-08-11 12:49:39 +0000
committerMichael Goulish <mgoulish@apache.org>2011-08-11 12:49:39 +0000
commitcc04bc3a1cdcb4100b612e589a21d850b809d4ce (patch)
treee6b5eb9fede83723b8741ef75faafde854085278 /qpid/specs
parent35068488c8773dcf13691b19c9cead28f384a61f (diff)
downloadqpid-python-cc04bc3a1cdcb4100b612e589a21d850b809d4ce.tar.gz
two new management properties for connections: the sasl mechanism, and the ssf (security strength factor). also a change to logging level of one message, so that when we see the list of mechanisms, we will always also see which one was chosen.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1156604 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/specs')
-rw-r--r--qpid/specs/management-schema.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/specs/management-schema.xml b/qpid/specs/management-schema.xml
index 9f54b0cd31..d43ee1b69c 100644
--- a/qpid/specs/management-schema.xml
+++ b/qpid/specs/management-schema.xml
@@ -262,6 +262,8 @@
<property name="remotePid" type="uint32" access="RO" optional="y" desc="Process ID of remote client"/>
<property name="remoteParentPid" type="uint32" access="RO" optional="y" desc="Parent Process ID of remote client"/>
<property name="shadow" type="bool" access="RO" desc="True for shadow connections"/>
+ <property name="saslMechanism" type="sstr" access="RO" desc="SASL mechanism"/>
+ <property name="saslSsf" type="uint16" access="RO" desc="SASL security strength factor"/>
<statistic name="closing" type="bool" desc="This client is closing by management request"/>
<statistic name="framesFromClient" type="count64"/>
<statistic name="framesToClient" type="count64"/>