summaryrefslogtreecommitdiffstats
path: root/python/examples/user.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/examples/user.py')
-rw-r--r--python/examples/user.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/python/examples/user.py b/python/examples/user.py
index 6fd5de1a..f03761b5 100644
--- a/python/examples/user.py
+++ b/python/examples/user.py
@@ -34,8 +34,16 @@ print "Dump of user environ :"
print user.dump()
user2 = lasso.User.new_from_dump(user.dump());
+print 'user2 dump 1'
+print user2.dump()
assertion = lasso.Assertion("http://nowhere.com", "CD8CS7C6CS6CD6C6SC6SSDC6CS6D")
+
+print 'user dump 1'
+print user.dump()
+
user.add_assertion("https://service-provider1:2003/liberty-alliance/metadata", assertion)
+print user.dump()
+
user.destroy()