VerifyingServer

Incomplete documentation - sorry!

Note

Neil - please put some data in technical/class_headings/VerifyingServer.rst

methods and attributes

class lib_openmolar.server.servers.verifying_servers.VerifyingServer(addr)[source]

Bases: SimpleXMLRPCServer.SimpleXMLRPCServer

an extension of SimpleXMLPRCServer which enforces user authentication

__init__(addr)[source]
USERDICT = {'default': '4e419ad3deca3767b313a38e7ce8e48c'}
add_user(user, hash)[source]

add a user to the userdict password should be MD5 hashed.

register_instance(klass)[source]

re-implement this function so that our set_user function makes sense!

registered_instance = None

this attribute is a pointer to the instance passed into SimpleXMLRPCServer.register_instance() if this instance needs to know the user.. give it a special function _remember_user(user)

Table Of Contents

Previous topic

VerifyingRequestHandler

Next topic

VerifyingServerSSL