|
|
|
|
dict
|
|
|
ndg.saml.common.SAMLVersion/NoneType
|
|
|
|
|
|
datetime.datetime/NoneType
|
|
|
|
|
|
basestring/NoneType
|
|
|
|
|
|
|
|
|
ndg.saml.saml2.core.Issuer
|
|
|
|
|
|
ndg.saml.saml2.core.Subject
|
|
|
ndg.saml.saml2.core.Conditions
|
|
|
|
|
|
|
|
|
basestring
|
|
|
Inherited from common.SAMLObject:
__setstate__
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|
|
None
|
DEFAULT_ELEMENT_LOCAL_NAME = 'Assertion'
default XML element name - derived classes must specify
|
|
ndg.saml.common.xml.QName
|
DEFAULT_ELEMENT_NAME = QName(SAMLConstants.SAML20_NS, DEFAULT_...
Default element name.
|
|
string
|
TYPE_LOCAL_NAME = 'AssertionType'
Local name of the XSI type.
|
|
ndg.saml.common.xml.QName
|
TYPE_NAME = QName(SAMLConstants.SAML20_NS, TYPE_LOCAL_NAME, SA...
QName of the XSI type.
|
|
string
|
VERSION_ATTRIB_NAME = 'Version'
Version attribute name.
|
|
string
|
ISSUE_INSTANT_ATTRIB_NAME = 'IssueInstant'
IssueInstant attribute name.
|
|
string
|
ID_ATTRIB_NAME = 'ID'
ID attribute name.
|
|
string
|
__advice
advice statement
|
|
ndg.saml.utils.TypedList
|
__attributeStatements
asserted attribute statements
|
|
list
|
__authnStatements
asserted authentication statements
|
|
ndg.saml.utils.TypedList
|
__authzDecisionStatements
asserted authorization decision statements
|
|
ndg.saml.saml2.core.Conditions
|
__conditions
conditions for this assertion
|
|
string
|
__id
assertion identifier
|
|
datetime.datetime
|
__issueInstant
issue instant for assertion
|
|
ndg.saml.saml2.core.Issuer
|
__issuer
issuer of this assertion
|
|
ndg.saml.utils.TypedList
|
__statements
asserted statements
|
|
ndg.saml.saml2.core.Subject
|
__subject
subject of this assertion
|
|
ndg.saml.common.SAMLVersion
|
__version
SAML version used
|