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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Michael Bienia
  • Date: 2007-07-31 21:35:26 UTC
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20070731213526-5yf8k7sq7slsb450
Tags: upstream-2.0.0
ImportĀ upstreamĀ versionĀ 2.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
%rename(Samlp2ArtifactResolve) LassoSamlp2ArtifactResolve;
4
4
#endif
5
5
typedef struct {
 
6
#ifndef SWIGPHP4
 
7
        %rename(artifact) Artifact;
 
8
#endif
6
9
        char *Artifact;
7
10
} LassoSamlp2ArtifactResolve;
8
11
%extend LassoSamlp2ArtifactResolve {
9
12
 
10
13
        /* inherited from Samlp2RequestAbstract */
11
14
#ifndef SWIGPHP4
12
 
        %rename(issuer) *Issuer;
 
15
        %rename(issuer) Issuer;
13
16
#endif
14
17
        %newobject *Issuer_get;
15
18
        LassoSaml2NameID *Issuer;
16
19
 
17
20
#ifndef SWIGPHP4
18
 
        %rename(extensions) *Extensions;
 
21
        %rename(extensions) Extensions;
19
22
#endif
20
23
        %newobject *Extensions_get;
21
24
        LassoSamlp2Extensions *Extensions;
22
25
 
23
26
#ifndef SWIGPHP4
24
 
        %rename(iD) *ID;
 
27
        %rename(iD) ID;
25
28
#endif
26
29
        char *ID;
27
30
#ifndef SWIGPHP4
28
 
        %rename(version) *Version;
 
31
        %rename(version) Version;
29
32
#endif
30
33
        char *Version;
31
34
#ifndef SWIGPHP4
32
 
        %rename(issueInstant) *IssueInstant;
 
35
        %rename(issueInstant) IssueInstant;
33
36
#endif
34
37
        char *IssueInstant;
35
38
#ifndef SWIGPHP4
36
 
        %rename(destination) *Destination;
 
39
        %rename(destination) Destination;
37
40
#endif
38
41
        char *Destination;
39
42
#ifndef SWIGPHP4
40
 
        %rename(consent) *Consent;
 
43
        %rename(consent) Consent;
41
44
#endif
42
45
        char *Consent;
43
46