~ubuntu-branches/ubuntu/dapper/lasso/dapper

« back to all changes in this revision

Viewing changes to java/lassoJNI.java

  • Committer: Bazaar Package Importer
  • Author(s): Loic Pefferkorn
  • Date: 2005-11-25 19:20:59 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051125192059-m4894lhpynmkrmwr
Tags: 0.6.3-4ubuntu1
Resynchronise with Debian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
  public final static native int get_SIGNATURE_METHOD_RSA_SHA1();
94
94
  public final static native int get_SIGNATURE_METHOD_DSA_SHA1();
95
95
  public final static native int get_ERROR_UNDEFINED();
 
96
  public final static native int get_ERROR_UNIMPLEMENTED();
96
97
  public final static native int get_XML_ERROR_NODE_NOT_FOUND();
97
98
  public final static native int get_XML_ERROR_NODE_CONTENT_NOT_FOUND();
98
99
  public final static native int get_XML_ERROR_ATTR_NOT_FOUND();
140
141
  public final static native int get_LASSO_PARAM_ERROR_CHECK_FAILED();
141
142
  public final static native int get_LOGIN_ERROR_FEDERATION_NOT_FOUND();
142
143
  public final static native int get_LOGIN_ERROR_CONSENT_NOT_OBTAINED();
143
 
  public final static native int get_LASSO_LOGIN_ERROR_INVALID_NAMEIDPOLICY();
144
 
  public final static native int get_LASSO_LOGIN_ERROR_REQUEST_DENIED();
 
144
  public final static native int get_LOGIN_ERROR_INVALID_NAMEIDPOLICY();
 
145
  public final static native int get_LOGIN_ERROR_REQUEST_DENIED();
145
146
  public final static native int get_LOGIN_ERROR_INVALID_SIGNATURE();
146
147
  public final static native int get_LOGIN_ERROR_UNSIGNED_AUTHN_REQUEST();
147
148
  public final static native int get_LOGIN_ERROR_STATUS_NOT_SUCCESS();
 
149
  public final static native int get_LOGIN_ERROR_UNKNOWN_PRINCIPAL();
148
150
  public final static native int get_DEFEDERATION_ERROR_MISSING_NAME_IDENTIFIER();
149
151
  public final static native int init();
150
152
  public final static native int shutdown();
152
154
  public final static native int get_CHECK_VERSIONABI_COMPATIBLE();
153
155
  public final static native int get_CHECK_VERSION_NUMERIC();
154
156
  public final static native int checkVersion(int jarg1, int jarg2, int jarg3, int jarg4);
 
157
  public final static native void registerDstService(String jarg1, String jarg2);
155
158
 
156
159
  static {
157
160
    try {
706
709
  public final static native String get_Server_providerId(long jarg1);
707
710
  public final static native void set_Server_publicKey(long jarg1, String jarg2);
708
711
  public final static native String get_Server_publicKey(long jarg1);
 
712
  public final static native void set_Server_role(long jarg1, int jarg2);
 
713
  public final static native int get_Server_role(long jarg1);
709
714
  public final static native long get_Server_providerIds(long jarg1);
710
715
  public final static native long new_Server(String jarg1, String jarg2, String jarg3, String jarg4);
711
716
  public final static native void delete_Server(long jarg1);