Package ndg :: Package saml :: Package saml2 :: Package binding :: Package soap :: Package client :: Module attributequery :: Class AttributeQuerySOAPBinding
[hide private]

Class AttributeQuerySOAPBinding

source code


SAML Attribute Query SOAP Binding

Nested Classes [hide private]
  QUERY_TYPE
SAML 2.0 AttributeQuery
Instance Methods [hide private]
 
__init__(self, **kw)
Create SOAP Client for SAML Attribute Query
source code
 
addQueryAttributes(self, query)
Adds to a query attributes that are configured for SubjectQuerySOAPBinding.
source code
 
__setattr__(self, name, value)
Enable setting of SAML query attribute objects via a comma separated string suitable for use reading from an ini file.
source code
 
_getQueryAttributes(self) source code
 
_setQueryAttributes(self, value) source code

Inherited from subjectquery.SubjectQuerySOAPBinding: setQuerySubjectId

Inherited from requestbase.RequestBaseSOAPBinding: makeQuery, send

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]
  QUERY_ATTRIBUTES_ATTRNAME = 'queryAttributes'
  LEN_QUERY_ATTRIBUTES_ATTRNAME = 15
  QUERY_ATTRIBUTES_PAT = re.compile(r',\s*')
  __PRIVATE_ATTR_PREFIX = '__'
  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]
  queryAttributes
List of attributes to query from the Attribute Authority
  __attributes

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 Attribute Query

Overrides: object.__init__

addQueryAttributes(self, query)

source code 

Adds to a query attributes that are configured for SubjectQuerySOAPBinding.

Overrides: requestbase.RequestBaseSOAPBinding.addQueryAttributes

__setattr__(self, name, value)

source code 

Enable setting of SAML query attribute objects via a comma separated string suitable for use reading from an ini file.

Overrides: object.__setattr__

Property Details [hide private]

queryAttributes

List of attributes to query from the Attribute Authority

Get Method:
_getQueryAttributes(self)
Set Method:
_setQueryAttributes(self, value)