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

Class XACMLAuthzDecisionQuerySslSOAPBinding

source code


Specialisation of AuthzDecisionQuerySOAPbinding taking in the setting of SSL parameters for mutual authentication

Instance Methods [hide private]
 
__init__(self, **kw)
Create SOAP Client for SAML Authorization Decision Query
source code
 
send(self, query, **kw)
Override base class implementation to pass explicit SSL Context
source code
 
sslCtxProxy(self)
SSL Context Proxy object used for setting up an SSL Context for queries
source code
 
__setattr__(self, name, value)
Enable setting of SSLContextProxy attributes as if they were attributes of this class.
source code

Inherited from requestbase.RequestBaseSOAPBinding: addQueryAttributes, makeQuery

Inherited from SOAPBinding: __getstate__, __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]
  SSL_CONTEXT_PROXY_SUPPORT = False

Inherited from XACMLAuthzDecisionQuerySOAPBinding: DESERIALISE_KW, QUERY_TYPE, SERIALISE_KW

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__
(inherited documentation)

send(self, query, **kw)

source code 

Override base class implementation to pass explicit SSL Context

Parameters:
  • uri - uri of service. May be omitted if set from request.url
  • request - SOAP request object to which query will be attached defaults to ndg.security.common.soap.client.UrlLib2SOAPRequest
Overrides: SOAPBinding.send

sslCtxProxy(self)

source code 

SSL Context Proxy object used for setting up an SSL Context for queries

Decorators:
  • @property

__setattr__(self, name, value)

source code 

Enable setting of SSLContextProxy attributes as if they were attributes of this class. This is intended as a convenience for making settings parameters read from a config file

Overrides: object.__setattr__