auth
index
/home/groups/p/py/pywebsvcs/src/ZSI/auth.py

Simple CGI dispatching.

 
Modules
       
ZSI.ServiceContainer
ZSI.TC
ZSI.TCapache
ZSI.TCcompound
ZSI.TCnumbers
ZSI.TCtimes
ZSI.address
ZSI.auth
base64
ZSI.dispatch
ZSI.fault
ZSI.generate
os
ZSI.parse
ZSI.resolvers
ZSI.schema
ZSI.typeinterpreter
ZSI.version
ZSI.writer
ZSI.wstools

 
Classes
       
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)

 
Data
        EMPTY_NAMESPACE = None
UNICODE_ENCODING = 'utf-8'
ZSI_SCHEMA_URI = 'http://www.zolera.com/schemas/ZSI/'