~ubuntu-branches/ubuntu/jaunty/lasso/jaunty

« back to all changes in this revision

Viewing changes to java/Samlp2Scoping.java

  • 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:
25
25
  super.delete();
26
26
}
27
27
 
28
 
  public void setRequesterId(String value) {
29
 
    lassoJNI.Samlp2Scoping_requesterId_set(swigCPtr, this, value);
 
28
  public void setRequesterID(String value) {
 
29
    lassoJNI.Samlp2Scoping_requesterID_set(swigCPtr, this, value);
30
30
  }
31
31
 
32
 
  public String getRequesterId() {
33
 
    return lassoJNI.Samlp2Scoping_requesterId_get(swigCPtr, this);
 
32
  public String getRequesterID() {
 
33
    return lassoJNI.Samlp2Scoping_requesterID_get(swigCPtr, this);
34
34
  }
35
35
 
36
36
  public void setProxyCount(String value) {