diff options
| author | Christophe Nowicki <cnowicki@easter-eggs.com> | 2004-08-17 15:20:59 +0000 |
|---|---|---|
| committer | Christophe Nowicki <cnowicki@easter-eggs.com> | 2004-08-17 15:20:59 +0000 |
| commit | c436305e6eaccdeaa7fefa5c946ce7baf2c0b6a2 (patch) | |
| tree | 5e4264875e8a414afc33f489280e7e4d9634480c /php/php_lasso.h | |
| parent | 507384f104dc62723a1a163b0cd17fe98af859da (diff) | |
| download | lasso-c436305e6eaccdeaa7fefa5c946ce7baf2c0b6a2.tar.gz lasso-c436305e6eaccdeaa7fefa5c946ce7baf2c0b6a2.tar.xz lasso-c436305e6eaccdeaa7fefa5c946ce7baf2c0b6a2.zip | |
fix cvs sticky state ;(
Diffstat (limited to 'php/php_lasso.h')
| -rw-r--r-- | php/php_lasso.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/php/php_lasso.h b/php/php_lasso.h index bfff97fc..8967ad89 100644 --- a/php/php_lasso.h +++ b/php/php_lasso.h @@ -77,6 +77,8 @@ PHP_FUNCTION(lasso_login_build_authn_request_msg); PHP_FUNCTION(lasso_login_init_request); PHP_FUNCTION(lasso_login_build_request_msg); PHP_FUNCTION(lasso_login_process_response_msg); +PHP_FUNCTION(lasso_login_accept_sso); +PHP_FUNCTION(lasso_login_set_identity_from_dump); /* lasso_identity.c */ PHP_FUNCTION(lasso_identity_new); @@ -86,7 +88,10 @@ PHP_FUNCTION(lasso_identity_destroy); /* lasso_federation.c */ PHP_FUNCTION(lasso_federation_new); -/* lasso_profile.c */ +/* lasso_session.c */ +PHP_FUNCTION(lasso_session_dump); + +/* lasso_profile_.c */ PHP_FUNCTION(lasso_profile_new); PHP_FUNCTION(lasso_profile_dump); PHP_FUNCTION(lasso_profile_set_remote_providerid); @@ -102,7 +107,7 @@ PHP_FUNCTION(lasso_profile_get_identity); PHP_FUNCTION(lasso_profile_is_identity_dirty); PHP_FUNCTION(lasso_profile_get_session); PHP_FUNCTION(lasso_profile_is_session_dirty); - +PHP_FUNCTION(lasso_profile_get_nameidentifier); /* lasso_lib_authn_request.c */ PHP_FUNCTION(lasso_cast_to_lib_authn_request); |
