~ubuntu-branches/ubuntu/hardy/lasso/hardy

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Michael Bienia
  • Date: 2007-07-31 21:35:26 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070731213526-oc6jw5mprcd5tjyy
Tags: 2.0.0-1ubuntu1
* Merge from debian unstable. Remaining changes:
  + debian/control:
    - Modify Maintainer value to match DebianMaintainerField spec.
* debian/rules:
  + Add CC=gcc-4.2 to the configure call else configure won't find jni.h
    from libgcj8-dev.
* configure{,.ac}:
  + Add missing quotes around the value for PHP[45]_LIBS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
%rename(Samlp2AuthnQuery) LassoSamlp2AuthnQuery;
4
4
#endif
5
5
typedef struct {
 
6
#ifndef SWIGPHP4
 
7
        %rename(sessionIndex) SessionIndex;
 
8
#endif
6
9
        char *SessionIndex;
7
10
} LassoSamlp2AuthnQuery;
8
11
%extend LassoSamlp2AuthnQuery {
15
18
 
16
19
        /* inherited from Samlp2SubjectQueryAbstract */
17
20
#ifndef SWIGPHP4
18
 
        %rename(subject) *Subject;
 
21
        %rename(subject) Subject;
19
22
#endif
20
23
        %newobject *Subject_get;
21
24
        LassoSaml2Subject *Subject;
22
25
 
23
26
        /* inherited from Samlp2RequestAbstract */
24
27
#ifndef SWIGPHP4
25
 
        %rename(issuer) *Issuer;
 
28
        %rename(issuer) Issuer;
26
29
#endif
27
30
        %newobject *Issuer_get;
28
31
        LassoSaml2NameID *Issuer;
29
32
 
30
33
#ifndef SWIGPHP4
31
 
        %rename(extensions) *Extensions;
 
34
        %rename(extensions) Extensions;
32
35
#endif
33
36
        %newobject *Extensions_get;
34
37
        LassoSamlp2Extensions *Extensions;
35
38
 
36
39
#ifndef SWIGPHP4
37
 
        %rename(iD) *ID;
 
40
        %rename(iD) ID;
38
41
#endif
39
42
        char *ID;
40
43
#ifndef SWIGPHP4
41
 
        %rename(version) *Version;
 
44
        %rename(version) Version;
42
45
#endif
43
46
        char *Version;
44
47
#ifndef SWIGPHP4
45
 
        %rename(issueInstant) *IssueInstant;
 
48
        %rename(issueInstant) IssueInstant;
46
49
#endif
47
50
        char *IssueInstant;
48
51
#ifndef SWIGPHP4
49
 
        %rename(destination) *Destination;
 
52
        %rename(destination) Destination;
50
53
#endif
51
54
        char *Destination;
52
55
#ifndef SWIGPHP4
53
 
        %rename(consent) *Consent;
 
56
        %rename(consent) Consent;
54
57
#endif
55
58
        char *Consent;
56
59