From c30649b1c4577bb10c62ccce85e62db889e3b1a0 Mon Sep 17 00:00:00 2001 From: Nicolas Clapies Date: Tue, 27 Apr 2004 13:35:41 +0000 Subject: add fonction to change names of attributes in identitiers --- python/lasso.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'python/lasso.py') diff --git a/python/lasso.py b/python/lasso.py index 0ad484f8..07d7a206 100644 --- a/python/lasso.py +++ b/python/lasso.py @@ -339,6 +339,9 @@ class RegisterNameIdentifierRequest(Node): ret = Node(_obj=ret) return ret + def changeAttributeNamesIdentifiers(self): + lassomod.register_name_identifier_request_change_attribute_names_identifiers(self); + class RegisterNameIdentifierResponse(Node): def __init__(self, providerID, -- cgit