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

« back to all changes in this revision

Viewing changes to swig/saml-2.0/saml2_authn_context.i

  • Committer: Bazaar Package Importer
  • Author(s): Michael Bienia
  • Date: 2007-11-01 20:01:20 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20071101200120-9ruoui67n24xyz9c
Tags: 2.1.1-2ubuntu1
* Merge from debian unstable (LP: #134095), remaining changes:
  + debian/control:
    - Modify Maintainer value to match DebianMaintainerField spec.
  + configure{,.ac}:
    - Add missing quotes around the value for PHP[45]_LIBS.
* Fix two lintian warnings:
  + debian/control:
    - liblasso3-dev: Replace ${Source-Version} with ${binary:Version}
  + debian/rules:
    - Don't ignore a make clean error.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* $Id: saml2_authn_context.i 3378 2007-08-13 10:43:37Z fpeters $ 
 
2
 *
 
3
 * Lasso - A free implementation of the Liberty Alliance specifications.
 
4
 *
 
5
 * Copyright (C) 2004-2007 Entr'ouvert
 
6
 * http://lasso.entrouvert.org
 
7
 * 
 
8
 * Authors: See AUTHORS file in top-level directory.
 
9
 *
 
10
 * This program is free software; you can redistribute it and/or modify
 
11
 * it under the terms of the GNU General Public License as published by
 
12
 * the Free Software Foundation; either version 2 of the License, or
 
13
 * (at your option) any later version.
 
14
 * 
 
15
 * This program is distributed in the hope that it will be useful,
 
16
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
17
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
18
 * GNU General Public License for more details.
 
19
 * 
 
20
 * You should have received a copy of the GNU General Public License
 
21
 * along with this program; if not, write to the Free Software
 
22
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
23
 */
1
24
 
2
 
#ifndef SWIGPHP4
 
25
#ifndef SWIG_PHP_RENAMES
3
26
%rename(Saml2AuthnContext) LassoSaml2AuthnContext;
4
27
#endif
5
28
typedef struct {
6
 
#ifndef SWIGPHP4
 
29
#ifndef SWIG_PHP_RENAMES
7
30
        %rename(authnContextClassRef) AuthnContextClassRef;
8
31
#endif
9
32
        char *AuthnContextClassRef;
10
 
#ifndef SWIGPHP4
 
33
#ifndef SWIG_PHP_RENAMES
11
34
        %rename(authnContextDeclRef) AuthnContextDeclRef;
12
35
#endif
13
36
        char *AuthnContextDeclRef;
14
 
#ifndef SWIGPHP4
15
 
        %rename(authenticationAuthority) AuthenticationAuthority;
 
37
#ifndef SWIG_PHP_RENAMES
 
38
        %rename(authenticatingAuthority) AuthenticatingAuthority;
16
39
#endif
17
40
        char *AuthenticatingAuthority;
18
41
} LassoSaml2AuthnContext;