~ubuntu-branches/ubuntu/intrepid/lasso/intrepid-updates

« back to all changes in this revision

Viewing changes to swig/Lasso-saml2.i

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2006-07-11 10:01:32 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060711100132-e50ymjc54bsizza6
Tags: 0.6.5-2ubuntu1
* Synchronize with Debian unstable.
* Convert to updated Python policy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#define LASSO_SAML2_SUPPORT 1
 
2
 
 
3
/* NameIdPolicy */
 
4
#ifndef SWIGPHP4
 
5
%rename(SAML2_NAME_IDENTIFIER_FORMAT_PERSISTENT) LASSO_SAML2_NAME_IDENTIFIER_FORMAT_PERSISTENT;
 
6
%rename(SAML2_NAME_IDENTIFIER_FORMAT_TRANSIENT) LASSO_SAML2_NAME_IDENTIFIER_FORMAT_TRANSIENT;
 
7
#endif
 
8
#define LASSO_SAML2_NAME_IDENTIFIER_FORMAT_PERSISTENT \
 
9
                "urn:oasis:names:tc:SAML:2.0:nameid-format:persistent"
 
10
#define LASSO_SAML2_NAME_IDENTIFIER_FORMAT_TRANSIENT \
 
11
                "urn:oasis:names:tc:SAML:2.0:nameid-format:transient"