Package ndg :: Package saml :: Package saml2 :: Package binding :: Package soap :: Package client :: Module requestbase
[hide private]

Module requestbase

source code

SAML 2.0 bindings module implements SOAP binding for base request

NERC DataGrid Project


Date: 12/02/10

Author: P J Kershaw

Contact: Philip.Kershaw@stfc.ac.uk

Copyright: (C) 2010 Science and Technology Facilities Council

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

Classes [hide private]
  RequestResponseError
SAML Response error from request
  IssueInstantInvalid
Issue instant of SAML artifact is invalid
  ResponseIssueInstantInvalid
Issue instant of a response is after the current time
  AssertionIssueInstantInvalid
Issue instant of an assertion is after the current time
  AssertionConditionNotBeforeInvalid
An assertion condition notBefore time is set after the current clock time
  AssertionConditionNotOnOrAfterInvalid
An assertion condition notOnOrAfter time is set before the current clock time
  RequestBaseSOAPBinding
SAML Request Base SOAP Binding
Variables [hide private]
  __revision__ = '$Id: subjectquery.py 7634 2010-10-20 20:23:29Z...
  log = logging.getLogger(__name__)
  __package__ = 'ndg.saml.saml2.binding.soap.client'
Variables Details [hide private]

__revision__

Value:
'$Id: subjectquery.py 7634 2010-10-20 20:23:29Z pjkersha $'