~ubuntu-branches/ubuntu/intrepid/lasso/intrepid-security

« back to all changes in this revision

Viewing changes to java/Samlp2AuthzDecisionQuery.java

  • 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:
1
1
/* ----------------------------------------------------------------------------
2
2
 * This file was automatically generated by SWIG (http://www.swig.org).
3
 
 * Version 1.3.28
 
3
 * Version 1.3.31
4
4
 *
5
5
 * Do not make changes to this file unless you know what you are doing--modify
6
6
 * the SWIG interface file instead.
26
26
}
27
27
 
28
28
  public void setResource(String value) {
29
 
    lassoJNI.Samlp2AuthzDecisionQuery_Resource_set(swigCPtr, value);
 
29
    lassoJNI.Samlp2AuthzDecisionQuery_resource_set(swigCPtr, this, value);
30
30
  }
31
31
 
32
32
  public String getResource() {
33
 
    return lassoJNI.Samlp2AuthzDecisionQuery_Resource_get(swigCPtr);
 
33
    return lassoJNI.Samlp2AuthzDecisionQuery_resource_get(swigCPtr, this);
34
34
  }
35
35
 
36
36
  public void setAction(Saml2Action value) {
37
 
    lassoJNI.Samlp2AuthzDecisionQuery_action_set(swigCPtr, Saml2Action.getCPtr(value));
 
37
    lassoJNI.Samlp2AuthzDecisionQuery_action_set(swigCPtr, this, Saml2Action.getCPtr(value), value);
38
38
  }
39
39
 
40
40
  public Saml2Action getAction() {
41
 
    long cPtr = lassoJNI.Samlp2AuthzDecisionQuery_action_get(swigCPtr);
 
41
    long cPtr = lassoJNI.Samlp2AuthzDecisionQuery_action_get(swigCPtr, this);
42
42
    return (cPtr == 0) ? null : new Saml2Action(cPtr, false);
43
43
  }
44
44
 
45
45
  public void setEvidence(Saml2Evidence value) {
46
 
    lassoJNI.Samlp2AuthzDecisionQuery_evidence_set(swigCPtr, Saml2Evidence.getCPtr(value));
 
46
    lassoJNI.Samlp2AuthzDecisionQuery_evidence_set(swigCPtr, this, Saml2Evidence.getCPtr(value), value);
47
47
  }
48
48
 
49
49
  public Saml2Evidence getEvidence() {
50
 
    long cPtr = lassoJNI.Samlp2AuthzDecisionQuery_evidence_get(swigCPtr);
 
50
    long cPtr = lassoJNI.Samlp2AuthzDecisionQuery_evidence_get(swigCPtr, this);
51
51
    return (cPtr == 0) ? null : new Saml2Evidence(cPtr, false);
52
52
  }
53
53
 
54
54
  public void setSubject(Saml2Subject value) {
55
 
    lassoJNI.Samlp2AuthzDecisionQuery_Subject_set(swigCPtr, Saml2Subject.getCPtr(value));
 
55
    lassoJNI.Samlp2AuthzDecisionQuery_subject_set(swigCPtr, this, Saml2Subject.getCPtr(value), value);
56
56
  }
57
57
 
58
58
  public Saml2Subject getSubject() {
59
 
    long cPtr = lassoJNI.Samlp2AuthzDecisionQuery_Subject_get(swigCPtr);
 
59
    long cPtr = lassoJNI.Samlp2AuthzDecisionQuery_subject_get(swigCPtr, this);
60
60
    return (cPtr == 0) ? null : new Saml2Subject(cPtr, false);
61
61
  }
62
62
 
63
63
  public void setIssuer(Saml2NameID value) {
64
 
    lassoJNI.Samlp2AuthzDecisionQuery_issuer_set(swigCPtr, Saml2NameID.getCPtr(value));
 
64
    lassoJNI.Samlp2AuthzDecisionQuery_issuer_set(swigCPtr, this, Saml2NameID.getCPtr(value), value);
65
65
  }
66
66
 
67
67
  public Saml2NameID getIssuer() {
68
 
    long cPtr = lassoJNI.Samlp2AuthzDecisionQuery_issuer_get(swigCPtr);
 
68
    long cPtr = lassoJNI.Samlp2AuthzDecisionQuery_issuer_get(swigCPtr, this);
69
69
    return (cPtr == 0) ? null : new Saml2NameID(cPtr, false);
70
70
  }
71
71
 
72
72
  public void setExtensions(Samlp2Extensions value) {
73
 
    lassoJNI.Samlp2AuthzDecisionQuery_Extensions_set(swigCPtr, Samlp2Extensions.getCPtr(value));
 
73
    lassoJNI.Samlp2AuthzDecisionQuery_extensions_set(swigCPtr, this, Samlp2Extensions.getCPtr(value), value);
74
74
  }
75
75
 
76
76
  public Samlp2Extensions getExtensions() {
77
 
    long cPtr = lassoJNI.Samlp2AuthzDecisionQuery_Extensions_get(swigCPtr);
 
77
    long cPtr = lassoJNI.Samlp2AuthzDecisionQuery_extensions_get(swigCPtr, this);
78
78
    return (cPtr == 0) ? null : new Samlp2Extensions(cPtr, false);
79
79
  }
80
80
 
81
81
  public void setID(String value) {
82
 
    lassoJNI.Samlp2AuthzDecisionQuery_ID_set(swigCPtr, value);
 
82
    lassoJNI.Samlp2AuthzDecisionQuery_iD_set(swigCPtr, this, value);
83
83
  }
84
84
 
85
85
  public String getID() {
86
 
    return lassoJNI.Samlp2AuthzDecisionQuery_ID_get(swigCPtr);
 
86
    return lassoJNI.Samlp2AuthzDecisionQuery_iD_get(swigCPtr, this);
87
87
  }
88
88
 
89
89
  public void setVersion(String value) {
90
 
    lassoJNI.Samlp2AuthzDecisionQuery_Version_set(swigCPtr, value);
 
90
    lassoJNI.Samlp2AuthzDecisionQuery_version_set(swigCPtr, this, value);
91
91
  }
92
92
 
93
93
  public String getVersion() {
94
 
    return lassoJNI.Samlp2AuthzDecisionQuery_Version_get(swigCPtr);
 
94
    return lassoJNI.Samlp2AuthzDecisionQuery_version_get(swigCPtr, this);
95
95
  }
96
96
 
97
97
  public void setIssueInstant(String value) {
98
 
    lassoJNI.Samlp2AuthzDecisionQuery_issueInstant_set(swigCPtr, value);
 
98
    lassoJNI.Samlp2AuthzDecisionQuery_issueInstant_set(swigCPtr, this, value);
99
99
  }
100
100
 
101
101
  public String getIssueInstant() {
102
 
    return lassoJNI.Samlp2AuthzDecisionQuery_issueInstant_get(swigCPtr);
 
102
    return lassoJNI.Samlp2AuthzDecisionQuery_issueInstant_get(swigCPtr, this);
103
103
  }
104
104
 
105
105
  public void setDestination(String value) {
106
 
    lassoJNI.Samlp2AuthzDecisionQuery_Destination_set(swigCPtr, value);
 
106
    lassoJNI.Samlp2AuthzDecisionQuery_destination_set(swigCPtr, this, value);
107
107
  }
108
108
 
109
109
  public String getDestination() {
110
 
    return lassoJNI.Samlp2AuthzDecisionQuery_Destination_get(swigCPtr);
 
110
    return lassoJNI.Samlp2AuthzDecisionQuery_destination_get(swigCPtr, this);
111
111
  }
112
112
 
113
113
  public void setConsent(String value) {
114
 
    lassoJNI.Samlp2AuthzDecisionQuery_Consent_set(swigCPtr, value);
 
114
    lassoJNI.Samlp2AuthzDecisionQuery_consent_set(swigCPtr, this, value);
115
115
  }
116
116
 
117
117
  public String getConsent() {
118
 
    return lassoJNI.Samlp2AuthzDecisionQuery_Consent_get(swigCPtr);
 
118
    return lassoJNI.Samlp2AuthzDecisionQuery_consent_get(swigCPtr, this);
119
119
  }
120
120
 
121
121
  public Samlp2AuthzDecisionQuery() {
123
123
  }
124
124
 
125
125
  public String dump() {
126
 
    return lassoJNI.Samlp2AuthzDecisionQuery_dump(swigCPtr);
 
126
    return lassoJNI.Samlp2AuthzDecisionQuery_dump(swigCPtr, this);
127
127
  }
128
128
 
129
129
}