|
|
__init__(self,
**kw)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
dict
|
|
|
string
|
|
|
|
|
|
basestring
|
|
|
|
|
|
basestring
|
|
|
|
|
|
datetime.datetime
|
|
|
|
|
|
basestring
|
|
|
|
|
|
basestring
|
|
|
|
|
|
|
|
|
ndg.saml.saml2.core.Issuer
|
|
|
ndg.saml.saml2.core.Status
|
|
|
|
|
|
tuple/list/NoneType
|
|
|
|
|
|
Inherited from common.SAMLObject:
__setstate__
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|
|
string
|
TYPE_LOCAL_NAME = 'StatusResponseType'
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.
|
|
string
|
ID_ATTRIB_NAME = 'ID'
ID attribute name
|
|
string
|
IN_RESPONSE_TO_ATTRIB_NAME = 'InResponseTo'
InResponseTo attribute name
|
|
string
|
VERSION_ATTRIB_NAME = 'Version'
Version attribute name
|
|
string
|
ISSUE_INSTANT_ATTRIB_NAME = 'IssueInstant'
IssueInstant attribute name
|
|
string
|
DESTINATION_ATTRIB_NAME = 'Destination'
Destination attribute name
|
|
string
|
CONSENT_ATTRIB_NAME = 'Consent'
Consent attribute name.
|
|
string
|
UNSPECIFIED_CONSENT = 'urn:oasis:names:tc:SAML:2.0:consent:uns...
Unspecified consent URI
|
|
string
|
OBTAINED_CONSENT = 'urn:oasis:names:tc:SAML:2.0:consent:obtained'
Obtained consent URI
|
|
string
|
PRIOR_CONSENT = 'urn:oasis:names:tc:SAML:2.0:consent:prior'
Prior consent URI
|
|
string
|
IMPLICIT_CONSENT = 'urn:oasis:names:tc:SAML:2.0:consent:implicit'
Implicit consent URI
|
|
string
|
EXPLICIT_CONSENT = 'urn:oasis:names:tc:SAML:2.0:consent:explicit'
Explicit consent URI
|
|
string
|
UNAVAILABLE_CONSENT = 'urn:oasis:names:tc:SAML:2.0:consent:una...
Unavailable consent URI
|
|
string
|
INAPPLICABLE_CONSENT = 'urn:oasis:names:tc:SAML:2.0:consent:in...
Inapplicable consent URI
|
|
Inherited from common.SAMLObject:
DEFAULT_ELEMENT_LOCAL_NAME
|
|
string
|
__consent
consent information
|
|
string
|
__destination
destination for the response
|
|
list or tuple
|
__extensions
response extensions
|
|
string
|
__id
response identifier
|
|
string
|
__inResponseTo
identifier corresponding to the query this response is responding to
|
|
datetime.datetime
|
__issueInstant
issue instant for the response
|
|
ndg.saml.saml2.core.Issuer
|
__issuer
issuer identifier
|
|
ndg.saml.saml2.core.Status
|
__status
status of the response
|
|
string
|
__version
SAML version
|