diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2006-10-12 14:15:08 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2006-10-12 14:15:08 +0000 |
| commit | 856cc36040c0321a47f70f1b03ffe97035ff0038 (patch) | |
| tree | 3435cff52c337475b338d8f9a1f3dd59ffce81ad | |
| parent | 45a04aa7adba6da0c42bd3add8b1fecb814967dd (diff) | |
nameIdentifier is now a LassoSamlNameIdentifier; which should help Java
| -rw-r--r-- | swig/Lasso.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swig/Lasso.i b/swig/Lasso.i index 5d4ec11e..454104f7 100644 --- a/swig/Lasso.i +++ b/swig/Lasso.i @@ -5992,7 +5992,7 @@ typedef struct { char *msgUrl; %newobject nameIdentifier_get; - LassoNode *nameIdentifier; + LassoSamlNameIdentifier *nameIdentifier; char *remoteProviderId; |
