diff options
| author | Nicolas Clapies <nclapies@entrouvert.com> | 2005-04-01 07:57:25 +0000 |
|---|---|---|
| committer | Nicolas Clapies <nclapies@entrouvert.com> | 2005-04-01 07:57:25 +0000 |
| commit | ffb2307e4adcdec0155a91ded498202edfaacdbe (patch) | |
| tree | 9dd50402317c1c90a6b76b234fc433cdcf425528 /swig | |
| parent | b89c92546bd6a816e08fdd6598ac7489958e06e3 (diff) | |
Fixed removed code in previous commit. Fixed some rules from liberty spec : mutli mechanism, null mechanism. Added namespace for service authentication.
Diffstat (limited to 'swig')
| -rw-r--r-- | swig/Lasso-wsf.i | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/swig/Lasso-wsf.i b/swig/Lasso-wsf.i index 759018c4..8b647ee0 100644 --- a/swig/Lasso-wsf.i +++ b/swig/Lasso-wsf.i @@ -171,6 +171,8 @@ LassoSoapEnvelope *lasso_soap_envelope_new_from_message(char *message); %rename(EP_PREFIX) LASSO_EP_PREFIX; %rename(PP_HREF) LASSO_PP_HREF; %rename(PP_PREFIX) LASSO_PP_PREFIX; +%rename(SA_HREF) LASSO_SA_HREF; +%rename(SA_PREFIX) LASSO_SA_PREFIX; #endif #define LASSO_DISCO_HREF "urn:liberty:disco:2003-08" #define LASSO_DISCO_PREFIX "disco" @@ -178,6 +180,9 @@ LassoSoapEnvelope *lasso_soap_envelope_new_from_message(char *message); #define LASSO_EP_PREFIX "ep" #define LASSO_PP_HREF "urn:liberty:id-sis-pp:2003-08" #define LASSO_PP_PREFIX "pp" +#define LASSO_SA_HREF "urn:liberty:sa:2004-04" +#define LASSO_SA_PREFIX "sa" + /* WSF status code */ #ifndef SWIGPHP4 |
