Package ndg :: Package saml :: Package saml2 :: Package binding :: Package soap :: Package client :: Module xacmlauthzdecisionquery :: Class XACMLAuthzDecisionQuerySOAPBinding
[hide private]

Class XACMLAuthzDecisionQuerySOAPBinding

source code


XACML-SAML Attribute Query SOAP Binding

Nb. Assumes X.509 subject type for query issuer

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

Inherited from requestbase.RequestBaseSOAPBinding: addQueryAttributes, 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'
  QUERY_TYPE = XACMLAuthzDecisionQuery
SAML 2.0 Core RequestAbstractType

Inherited from requestbase.RequestBaseSOAPBinding: CLOCK_SKEW_OPTNAME, CONFIG_FILE_OPTNAMES, 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 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__