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

Module etree_xacml_profile

source code

ElementTree module for ElementTree representation of objects in XACML 2.0 profile for SAML 2.0

NERC DataGrid Project


Date: 23/12/11

Author: R B Wilkinson

Contact: Philip.Kershaw@stfc.ac.uk

Copyright: (C) 2011 Science and Technology Facilities Council

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

Classes [hide private]
  XACMLAuthzDecisionQueryElementTree
Represent a SAML Attribute Query in XML using ElementTree
  XACMLAuthzDecisionStatementElementTree
Functions [hide private]
 
setElementTreeMap()
Sets a mapping of XACMLAuthzDecisionStatement element name to the corresponding ElementTree class so that statements of this type can be processed.
source code
Variables [hide private]
  __revision__ = '$Id$'
  log = logging.getLogger(__name__)
  ElementTree = importElementTree()