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

« back to all changes in this revision

Viewing changes to perl/lasso.pm

  • 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:
48
48
*init = *lassoc::init;
49
49
*shutdown = *lassoc::shutdown;
50
50
*checkVersion = *lassoc::checkVersion;
 
51
*registerDstService = *lassoc::registerDstService;
51
52
*getRequestTypeFromSoapMsg = *lassoc::getRequestTypeFromSoapMsg;
52
53
*isLibertyQuery = *lassoc::isLibertyQuery;
53
54
 
1808
1809
*swig_providerId_set = *lassoc::Server_providerId_set;
1809
1810
*swig_publicKey_get = *lassoc::Server_publicKey_get;
1810
1811
*swig_publicKey_set = *lassoc::Server_publicKey_set;
 
1812
*swig_role_get = *lassoc::Server_role_get;
 
1813
*swig_role_set = *lassoc::Server_role_set;
1811
1814
*swig_providerIds_get = *lassoc::Server_providerIds_get;
1812
1815
*swig_providerIds_set = *lassoc::Server_providerIds_set;
1813
1816
sub new {
2506
2509
*SIGNATURE_METHOD_RSA_SHA1 = *lassoc::SIGNATURE_METHOD_RSA_SHA1;
2507
2510
*SIGNATURE_METHOD_DSA_SHA1 = *lassoc::SIGNATURE_METHOD_DSA_SHA1;
2508
2511
*ERROR_UNDEFINED = *lassoc::ERROR_UNDEFINED;
 
2512
*ERROR_UNIMPLEMENTED = *lassoc::ERROR_UNIMPLEMENTED;
2509
2513
*XML_ERROR_NODE_NOT_FOUND = *lassoc::XML_ERROR_NODE_NOT_FOUND;
2510
2514
*XML_ERROR_NODE_CONTENT_NOT_FOUND = *lassoc::XML_ERROR_NODE_CONTENT_NOT_FOUND;
2511
2515
*XML_ERROR_ATTR_NOT_FOUND = *lassoc::XML_ERROR_ATTR_NOT_FOUND;
2553
2557
*LASSO_PARAM_ERROR_CHECK_FAILED = *lassoc::LASSO_PARAM_ERROR_CHECK_FAILED;
2554
2558
*LOGIN_ERROR_FEDERATION_NOT_FOUND = *lassoc::LOGIN_ERROR_FEDERATION_NOT_FOUND;
2555
2559
*LOGIN_ERROR_CONSENT_NOT_OBTAINED = *lassoc::LOGIN_ERROR_CONSENT_NOT_OBTAINED;
2556
 
*LASSO_LOGIN_ERROR_INVALID_NAMEIDPOLICY = *lassoc::LASSO_LOGIN_ERROR_INVALID_NAMEIDPOLICY;
2557
 
*LASSO_LOGIN_ERROR_REQUEST_DENIED = *lassoc::LASSO_LOGIN_ERROR_REQUEST_DENIED;
 
2560
*LOGIN_ERROR_INVALID_NAMEIDPOLICY = *lassoc::LOGIN_ERROR_INVALID_NAMEIDPOLICY;
 
2561
*LOGIN_ERROR_REQUEST_DENIED = *lassoc::LOGIN_ERROR_REQUEST_DENIED;
2558
2562
*LOGIN_ERROR_INVALID_SIGNATURE = *lassoc::LOGIN_ERROR_INVALID_SIGNATURE;
2559
2563
*LOGIN_ERROR_UNSIGNED_AUTHN_REQUEST = *lassoc::LOGIN_ERROR_UNSIGNED_AUTHN_REQUEST;
2560
2564
*LOGIN_ERROR_STATUS_NOT_SUCCESS = *lassoc::LOGIN_ERROR_STATUS_NOT_SUCCESS;
 
2565
*LOGIN_ERROR_UNKNOWN_PRINCIPAL = *lassoc::LOGIN_ERROR_UNKNOWN_PRINCIPAL;
2561
2566
*DEFEDERATION_ERROR_MISSING_NAME_IDENTIFIER = *lassoc::DEFEDERATION_ERROR_MISSING_NAME_IDENTIFIER;
2562
2567
*CHECK_VERSION_EXACT = *lassoc::CHECK_VERSION_EXACT;
2563
2568
*CHECK_VERSIONABI_COMPATIBLE = *lassoc::CHECK_VERSIONABI_COMPATIBLE;