Home | Trees | Indices | Help |
|
---|
|
HTTP client interface for MyProxy server Get Trust Roots method
It relies on a myproxy.server.wsgi.MyProxyClientMiddleware instance called upstream in the WSGI stack to set up a MyProxyClient instance and make it available in the environ to call its getTrustRoots method.
|
|||
|
|||
|
|||
basestring |
|
||
|
|||
list |
|
||
Inherited from Inherited from Inherited from |
|
|||
myproxy.server.wsgi.middleware.MyProxyGetTrustRootsMiddleware |
|
||
basestring |
|
|
|||
Inherited from |
|
|||
string |
PATH_OPTNAME = 'path' ini file option to set the URI path for this service |
||
string |
DEFAULT_PATH = '/myproxy/get-trustroots' default URI path setting |
||
string |
PARAM_PREFIX = 'myproxy.getTrustRoots.' prefix for ini file option names |
||
path = property(fget= _getPath, fset= _setPath, doc= "environ
|
|||
Inherited from |
|
|||
basestring |
__path URI path setting for this service |
|
|||
Inherited from |
|
Create attributes
|
Function following Paste filter app factory signature
|
Parse dictionary of configuration items updating the relevant attributes of this instance
|
Get URI path for get trust roots method
|
Set URI path for get trust roots method
|
Get MyProxyClient instance from environ and call MyProxy getTrustRoots method returning the response. MyProxyClientMiddleware must be in place upstream in the WSGI stack
|
Call getTrustRoots method on MyProxyClient instance retrieved from environ and format and return a HTTP response
|
|
path
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Sep 11 10:11:47 2012 | http://epydoc.sourceforge.net |