Package ndg :: Package saml :: Package saml2 :: Package binding :: Package soap :: Package client :: Module authzdecisionquery :: Class AuthzDecisionQuerySOAPBinding
[hide private]

Class AuthzDecisionQuerySOAPBinding

source code


SAML Attribute Query SOAP Binding

Nb. Assumes X.509 subject type for query issuer

Nested Classes [hide private]
  QUERY_TYPE
SAML 2.0 AuthzDecisionQuery
Instance Methods [hide private]
 
__init__(self, **kw)
Create SOAP Client for SAML Authorization Decision Query
source code

Inherited from subjectquery.SubjectQuerySOAPBinding: addQueryAttributes, setQuerySubjectId

Inherited from requestbase.RequestBaseSOAPBinding: makeQuery, send

Inherited from SOAPBinding: __getstate__, __setattr__, __setstate__, parseConfig, parseKeywords

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]

Inherited from SOAPBinding: fromConfig, fromKeywords

Static Methods [hide private]

Inherited from SOAPBinding: isIterable

Class Variables [hide private]
  SERIALISE_KW = 'serialise'
  DESERIALISE_KW = 'deserialise'

Inherited from subjectquery.SubjectQuerySOAPBinding: CONFIG_FILE_OPTNAMES, SUBJECT_ID_FORMAT_OPTNAME, SUBJECT_ID_OPTNAME

Inherited from requestbase.RequestBaseSOAPBinding: CLOCK_SKEW_OPTNAME, ISSUER_FORMAT_OPTNAME, ISSUER_NAME_OPTNAME, VERIFY_TIME_CONDITIONS_OPTNAME

Inherited from SOAPBinding: DESERIALISE_OPTNAME, REQUEST_ENVELOPE_CLASS_OPTNAME, RESPONSE_ENVELOPE_CLASS_OPTNAME, SERIALISE_OPTNAME, SOAP_ACTION

Properties [hide private]

Inherited from subjectquery.SubjectQuerySOAPBinding: subjectIdFormat

Inherited from requestbase.RequestBaseSOAPBinding: clockSkewTolerance, issuer, issuerFormat, issuerName, verifyTimeConditions

Inherited from SOAPBinding: client, deserialise, requestEnvelopeClass, serialise

Inherited from object: __class__

Method Details [hide private]

__init__(self, **kw)
(Constructor)

source code 

Create SOAP Client for SAML Authorization Decision Query

Overrides: object.__init__