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

Class AssertionURIRef

source code


SAML 2.0 Core AssertionURIRef

Instance Methods [hide private]
 
__init__(self, **kw)
Create assertion URI reference
source code
dict
__getstate__(self)
Enable pickling
source code
basestring
_getAssertionURI(self)
Get assertion URI
source code
 
_setAssertionURI(self, value)
Set assertion URI
source code
 
getOrderedChildren(self)
Return list of all attributes - not implemented for this class
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 = 'AssertionURIRef'
default XML element name - derived classes must specify
ndg.saml.common.xml.QName DEFAULT_ELEMENT_NAME = QName(SAMLConstants.SAML20_NS, DEFAULT_...
Default element name
Instance Variables [hide private]
basestring __assertionURI
URI for this assertion reference
Properties [hide private]
  assertionURI
Assertion URI

Inherited from common.SAMLObject: qname

Inherited from object: __class__

Method Details [hide private]

__init__(self, **kw)
(Constructor)

source code 

Create assertion URI reference

Parameters:
  • kw (dict) - keywords to initialise superclasses
Overrides: object.__init__

__getstate__(self)

source code 

Enable pickling

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

_getAssertionURI(self)

source code 

Get assertion URI

Returns: basestring
assertion URI

_setAssertionURI(self, value)

source code 

Set assertion URI

Parameters:
  • value (basestring) - assertion URI
Raises:
  • TypeError - incorrect input value type

Class Variable Details [hide private]

DEFAULT_ELEMENT_NAME

Default element name
Type:
ndg.saml.common.xml.QName
Value:
QName(SAMLConstants.SAML20_NS, DEFAULT_ELEMENT_LOCAL_NAME, SAMLConstan\
ts.SAML20_PREFIX)

Property Details [hide private]

assertionURI

Assertion URI

Get Method:
_getAssertionURI(self) - Get assertion URI
Set Method:
_setAssertionURI(self, value) - Set assertion URI