Package ndg :: Package saml :: Package saml2 :: Package binding
[hide private]

Source Code for Package ndg.saml.saml2.binding

 1  """SAML 2.0 Binding package 
 2   
 3  Implementation of SAML 2.0 for NDG Security 
 4   
 5  NERC DataGrid Project 
 6  """ 
 7  __author__ = "P J Kershaw" 
 8  __date__ = "30/06/10" 
 9  __copyright__ = "(C) 2009 Science and Technology Facilities Council" 
10  __contact__ = "Philip.Kershaw@stfc.ac.uk" 
11  __license__ = "http://www.apache.org/licenses/LICENSE-2.0" 
12  __contact__ = "Philip.Kershaw@stfc.ac.uk" 
13  __revision__ = "$Id: __init__.py 7130 2010-06-30 13:33:07Z pjkersha $" 
14