Package ndg :: Package saml :: Package xml :: Module etree :: Class AttributeValueElementTreeBase
[hide private]

Class AttributeValueElementTreeBase

source code


Base class ElementTree XML representation of SAML Attribute Value

Instance Methods [hide private]

Inherited from common.SAMLObject: __getstate__, __init__, __setstate__

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

Class Methods [hide private]
ElementTree.Element
toXML(cls, attributeValue)
Make a tree of a XML elements based on the Attribute value
source code

Inherited from common.SAMLObject: fromXML

Class Variables [hide private]

Inherited from saml2.core.AttributeValue: DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME

Properties [hide private]

Inherited from common.SAMLObject: qname

Inherited from object: __class__

Method Details [hide private]

toXML(cls, attributeValue)
Class Method

source code 

Make a tree of a XML elements based on the Attribute value

Parameters:
  • attributeValue (saml.saml2.core.AttributeValue) - Assertion to be represented as an ElementTree Element
Returns: ElementTree.Element
ElementTree Element
Overrides: common.SAMLObject.toXML