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

Class Timestamp

source code

sudsobject.Object --+    
                    |    
                Token --+
                        |
                       Timestamp

Represents the Timestamp WS-Secuirty token.

Instance Methods [hide private]
 
__init__(self, validity=90) source code
 
xml(self) source code

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

Class Methods [hide private]

Inherited from Token: now, sysdate, utc

Instance Variables [hide private]
datetime created
The token created.
datetime expires
The token expires.
Method Details [hide private]

__init__(self, validity=90)
(Constructor)

source code 
Parameters:
  • validity (int) - The time in seconds.
Overrides: sudsobject.Object.__init__