Package myproxy :: Package server :: Package wsgi :: Module middleware
[hide private]

Module middleware

source code

MyProxy WSGI middleware - places a MyProxy client instance in environ for other downstream middleware or apps to access and use

NERC DataGrid Project


Date: 23/03/11

Author: P J Kershaw

Contact: Philip.Kershaw@stfc.ac.uk

Copyright: (C) 2010 Science and Technology Facilities Council

License: BSD - see LICENSE file in top-level directory

Classes [hide private]
  MyProxyClientMiddlewareError
Runtime error with MyProxyClientMiddleware
  MyProxyClientMiddlewareConfigError
Configuration error with MyProxyClientMiddleware
  MyProxyClientMiddlewareBase
Base class for common functionality
  MyProxyClientMiddleware
Create a MyProxy client and make it available to other middleware in the WSGI stack
Variables [hide private]
  __revision__ = "$Id: $"
  log = logging.getLogger(__name__)