Package suds :: Module wsse :: Class Security
[hide private]
[frames] | no frames]

Class Security

source code

sudsobject.Object --+
                    |
                   Security

WS-Security object.

Instance Methods [hide private]
 
__init__(self) source code
Element
xml(self)
Get xml representation of the object.
source code

Inherited from sudsobject.Object: __contains__, __delattr__, __getitem__, __iter__, __len__, __repr__, __setattr__, __setitem__, __str__, __unicode__

Instance Variables [hide private]
TBD keys
A list of encryption keys.
TBD references
A list of references.
TBD signatures
A list of signatures.
[Token,...] tokens
A list of security tokens
Method Details [hide private]

__init__(self)
(Constructor)

source code 
Overrides: sudsobject.Object.__init__

xml(self)

source code 

Get xml representation of the object.

Returns: Element
The root node.