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

Source Code for Package ndg.saml.saml2

 1  """SAML 2.0 package 
 2   
 3  Implementation of SAML 2.0 for NDG Security 
 4   
 5  NERC DataGrid Project 
 6   
 7  This implementation is adapted from the Java OpenSAML implementation.  The  
 8  copyright and licence information are included here: 
 9   
10  Copyright [2005] [University Corporation for Advanced Internet Development, Inc.] 
11   
12  Licensed under the Apache License, Version 2.0 (the "License"); 
13  you may not use this file except in compliance with the License. 
14  You may obtain a copy of the License at 
15   
16  http://www.apache.org/licenses/LICENSE-2.0 
17   
18  Unless required by applicable law or agreed to in writing, software 
19  distributed under the License is distributed on an "AS IS" BASIS, 
20  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
21  See the License for the specific language governing permissions and 
22  limitations under the License. 
23  """ 
24  __author__ = "P J Kershaw" 
25  __date__ = "11/08/09" 
26  __copyright__ = "(C) 2009 Science and Technology Facilities Council" 
27  __contact__ = "Philip.Kershaw@stfc.ac.uk" 
28  __license__ = "http://www.apache.org/licenses/LICENSE-2.0" 
29  __contact__ = "Philip.Kershaw@stfc.ac.uk" 
30  __revision__ = "$Id: __init__.py 7130 2010-06-30 13:33:07Z pjkersha $" 
31