Package ndg :: Package saml :: Package saml2 :: Module core :: Class StatusDetail
[hide private]

Class StatusDetail

source code


Implementation of SAML 2.0 StatusDetail

Instance Methods [hide private]
 
__init__(self, **kw)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
dict
__getstate__(self)
Enable pickling
source code
 
getUnknownXMLTypes(self, qname=None)
Retrieve unknown child attributes
source code

Inherited from common.SAMLObject: __setstate__

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

Class Methods [hide private]

Inherited from common.SAMLObject: fromXML, toXML

Class Variables [hide private]
None DEFAULT_ELEMENT_LOCAL_NAME = 'StatusDetail'
default XML element name - derived classes must specify
ndg.saml.common.xml.QName DEFAULT_ELEMENT_NAME = QName(SAMLConstants.SAML20P_NS, DEFAULT...
Default element name.
string TYPE_LOCAL_NAME = 'StatusDetailType'
Local name of the XSI type.
ndg.saml.common.xml.QName TYPE_NAME = QName(SAMLConstants.SAML20P_NS, TYPE_LOCAL_NAME, S...
QName of the XSI type.
Instance Variables [hide private]
ndg.saml.common.SAMLObject __unknownChildren
unknown child elements
Properties [hide private]
  unknownChildren
Child objects of Status Detail - may be any type

Inherited from common.SAMLObject: qname

Inherited from object: __class__

Method Details [hide private]

__init__(self, **kw)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Parameters:
  • kw (dict) - keywords for setting attributes of parent class
Overrides: object.__init__

__getstate__(self)

source code 

Enable pickling

Returns: dict
object's attribute dictionary
Overrides: common.SAMLObject.__getstate__

getUnknownXMLTypes(self, qname=None)

source code 

Retrieve unknown child attributes

This is untested

Parameters:
  • qname (ndg.saml.common.xml.QName) - qualified name for matching types to be retrieved
Raises:
  • TypeError - incorrect type for qname keyword

Class Variable Details [hide private]

DEFAULT_ELEMENT_NAME

Default element name.
Type:
ndg.saml.common.xml.QName
Value:
QName(SAMLConstants.SAML20P_NS, DEFAULT_ELEMENT_LOCAL_NAME, SAMLConsta\
nts.SAML20P_PREFIX)

TYPE_NAME

QName of the XSI type.
Type:
ndg.saml.common.xml.QName
Value:
QName(SAMLConstants.SAML20P_NS, TYPE_LOCAL_NAME, SAMLConstants.SAML20P\
_PREFIX)

Property Details [hide private]

unknownChildren

Child objects of Status Detail - may be any type

Get Method:
getUnknownXMLTypes(self, qname=None) - Retrieve unknown child attributes