| | |
- AUTH
- ClientBinding
class AUTH |
| |
Constants for authentication mechanisms. |
| |
Data and other attributes defined here:
- httpbasic = 1
- httpdigest = 4
- none = 0
- zsibasic = 2
|
class ClientBinding |
| |
Information about the client that is connected to us. |
| |
Methods defined here:
- GetAuth(self)
- Return a tuple containing client authentication data.
- GetNS(self)
- Return namespace for the top main request element.
- GetRequest(self)
- Return the ParsedSoap request.
- __init__(self, ps)
| |