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

Package xml

source code

Implementation of SAML 2.0 for NDG Security - XML package

NERC DataGrid Project

This implementation is adapted from the Java OpenSAML implementation. The copyright and licence information are included here:

Copyright [2005] [University Corporation for Advanced Internet Development, Inc.]

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.


Date: 23/07/09

Author: P J Kershaw

Contact: Philip.Kershaw@stfc.ac.uk

Copyright: (C) 2009 Science and Technology Facilities Council

License: http://www.apache.org/licenses/LICENSE-2.0

Submodules [hide private]
  • ndg.saml.xml.etree: Implementation of SAML 2.0 for NDG Security - ElementTree module for ElementTree representation of SAML objects
  • ndg.saml.xml.etree_xacml_profile: ElementTree module for ElementTree representation of objects in XACML 2.0 profile for SAML 2.0

Classes [hide private]
  XMLConstants
XML related constants.
  XMLTypeError
Generic XML type exception
  XMLTypeParseError
Parse error for XML type
  UnknownAttrProfile
Raise from Attribute Value factory if attribute type is not recognised
Variables [hide private]
  __revision__ = '$Id: __init__.py 7130 2010-06-30 13:33:07Z pjk...
  log = logging.getLogger(__name__)
  __package__ = 'ndg.saml.xml'
Variables Details [hide private]

__revision__

Value:
'$Id: __init__.py 7130 2010-06-30 13:33:07Z pjkersha $'