Home | Trees | Indices | Help |
|
---|
|
HTTP interface to MyProxy logon and get trsut roots. This interfaces creates a MyProxy client instance with a HTTP Basic Auth based web service interface to pass username/passphrase for MyProxy logon calls.
This WSGI must be run over HTTPS to ensure confidentiality of username/passphrase credentials. PKI based verification of requests should be done out of band of this app e.g. in other filter middleware or Apache SSL configuration.
|
|||
|
|||
Inherited from |
|
|||
|
|
|||
PARAM_PREFIX = 'myproxy.'
|
|||
LOGON_PARAM_PREFIX = 'logon.'
|
|||
GET_TRUSTROOTS_PARAM_PREFIX = 'getTrustRoots.'
|
|||
HTTPBASICAUTH_REALM_OPTNAME = 'httpbasicauth.realm'
|
|
|||
Inherited from |
|
Function following Paste app factory signature
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Sep 11 10:11:46 2012 | http://epydoc.sourceforge.net |