VerifyingRequestHandler

Incomplete documentation - sorry!

Note

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

methods and attributes

class lib_openmolar.server.servers.verifying_servers.VerifyingRequestHandler(request, client_address, server)[source]

Bases: SimpleXMLRPCServer.SimpleXMLRPCRequestHandler

Request Handler that verifies username and password passed to XML RPC server in HTTP URL sent by client.

__init__(request, client_address, server)
authenticate(headers)[source]
check_user(username, password)[source]

see if this user has authenticated correctly return a simple True or False

parse_request()[source]
set_proxy_user(user=None)[source]

when a user authenticates, make the username accessible to the registered functions

Table Of Contents

Previous topic

ShellFunctions

Next topic

VerifyingServer