diff options
| author | Nicolas Clapies <nclapies@entrouvert.com> | 2004-04-27 13:35:41 +0000 |
|---|---|---|
| committer | Nicolas Clapies <nclapies@entrouvert.com> | 2004-04-27 13:35:41 +0000 |
| commit | c30649b1c4577bb10c62ccce85e62db889e3b1a0 (patch) | |
| tree | bb1b6b4b9865e93f26c4f0bbdad481d4b02723d6 /python/lasso.py | |
| parent | a8d4a678963c6f693fc0ed90e1a6e4151ecb1150 (diff) | |
| download | lasso-c30649b1c4577bb10c62ccce85e62db889e3b1a0.tar.gz lasso-c30649b1c4577bb10c62ccce85e62db889e3b1a0.tar.xz lasso-c30649b1c4577bb10c62ccce85e62db889e3b1a0.zip | |
add fonction to change names of attributes in identitiers
Diffstat (limited to 'python/lasso.py')
| -rw-r--r-- | python/lasso.py | 3 |
1 files changed, 3 insertions, 0 deletions
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, |
