Home | Trees | Indices | Help |
|
---|
|
Create a MyProxy client and make it available to other middleware in the WSGI stack
|
|||
|
|||
|
|||
myproxy.client.MyProxyClient |
|
||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
myproxy.server.wsgi.middleware.MyProxyClientMiddleware |
|
|
|||
Inherited from |
|
|||
string |
PARAM_PREFIX = 'myproxy.' prefix for ini file option names |
||
string |
MYPROXY_CLIENT_PARAM_PREFIX = 'client.' default value for ini file sub-prefix used for MyProxyClient initialisation settings such as MyProxy server hostname, CA cert directory etc. |
||
myProxyClient = property(fget= _getMyProxyClient, fset= _setMy
|
|||
Inherited from |
|
|||
myproxy.client.MyProxyClient |
__myProxyClient MyProxy client interface object to enable this middleware to communicate with a backend MyProxy server using the MyProxy protocol |
|
|||
Inherited from |
|
Create attributes
|
Function following Paste filter app factory signature
|
Parse dictionary of configuration items updating the relevant attributes of this instance
|
Get MyProxyClient instance
|
Set MyProxyClient instance
|
Set MyProxyClient instance and MyProxy logon method in environ
|
|
MYPROXY_CLIENT_PARAM_PREFIXdefault value for ini file sub-prefix used for MyProxyClient initialisation settings such as MyProxy server hostname, CA cert directory etc. The prefix is such that option names will look like this e.g. <PARAM_PREFIX><MYPROXY_CLIENT_PARAM_PREFIX>hostname ...
|
myProxyClient
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Sep 11 10:11:46 2012 | http://epydoc.sourceforge.net |