src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnStatusMonitorThread.html

branch
eric7
changeset 10070
9f5758c0fec1
parent 9209
b99e7fd55fd3
child 10438
4cd7e5a8b3cf
equal deleted inserted replaced
10069:435cc5875135 10070:9f5758c0fec1
103 reference to the parent object (QObject) 103 reference to the parent object (QObject)
104 </dd> 104 </dd>
105 </dl> 105 </dl>
106 <a NAME="SvnStatusMonitorThread.__clientLoginCallback" ID="SvnStatusMonitorThread.__clientLoginCallback"></a> 106 <a NAME="SvnStatusMonitorThread.__clientLoginCallback" ID="SvnStatusMonitorThread.__clientLoginCallback"></a>
107 <h4>SvnStatusMonitorThread.__clientLoginCallback</h4> 107 <h4>SvnStatusMonitorThread.__clientLoginCallback</h4>
108 <b>__clientLoginCallback</b>(<i>realm, username, may_save</i>) 108 <b>__clientLoginCallback</b>(<i></i>)
109 109
110 <p> 110 <p>
111 Private method called by the client to get login information. 111 Private method called by the client to get login information.
112 </p> 112 </p>
113 <dl>
114
115 <dt><i>realm</i></dt>
116 <dd>
117 name of the realm of the requested credentials (string)
118 </dd>
119 <dt><i>username</i></dt>
120 <dd>
121 username as supplied by subversion (string)
122 </dd>
123 <dt><i>may_save</i></dt>
124 <dd>
125 flag indicating, that subversion is willing to save
126 the answers returned (boolean)
127 </dd>
128 </dl>
129 <dl> 113 <dl>
130 <dt>Return:</dt> 114 <dt>Return:</dt>
131 <dd> 115 <dd>
132 tuple of four values (retcode, username, password, save). 116 tuple of four values (retcode, username, password, save).
133 Retcode should be True, if username and password should be used 117 Retcode should be True, if username and password should be used
136 password should be saved. Always returns (False, "", "", False). 120 password should be saved. Always returns (False, "", "", False).
137 </dd> 121 </dd>
138 </dl> 122 </dl>
139 <a NAME="SvnStatusMonitorThread.__clientSslServerTrustPromptCallback" ID="SvnStatusMonitorThread.__clientSslServerTrustPromptCallback"></a> 123 <a NAME="SvnStatusMonitorThread.__clientSslServerTrustPromptCallback" ID="SvnStatusMonitorThread.__clientSslServerTrustPromptCallback"></a>
140 <h4>SvnStatusMonitorThread.__clientSslServerTrustPromptCallback</h4> 124 <h4>SvnStatusMonitorThread.__clientSslServerTrustPromptCallback</h4>
141 <b>__clientSslServerTrustPromptCallback</b>(<i>trust_dict</i>) 125 <b>__clientSslServerTrustPromptCallback</b>(<i></i>)
142 126
143 <p> 127 <p>
144 Private method called by the client to request acceptance for a 128 Private method called by the client to request acceptance for a
145 ssl server certificate. 129 ssl server certificate.
146 </p> 130 </p>
147 <dl>
148
149 <dt><i>trust_dict</i></dt>
150 <dd>
151 dictionary containing the trust data
152 </dd>
153 </dl>
154 <dl> 131 <dl>
155 <dt>Return:</dt> 132 <dt>Return:</dt>
156 <dd> 133 <dd>
157 tuple of three values (retcode, acceptedFailures, save). 134 tuple of three values (retcode, acceptedFailures, save).
158 Retcode should be true, if the certificate should be accepted, 135 Retcode should be true, if the certificate should be accepted,

eric ide

mercurial