diff options
| author | Christophe Nowicki <cnowicki@easter-eggs.com> | 2004-08-16 15:03:48 +0000 |
|---|---|---|
| committer | Christophe Nowicki <cnowicki@easter-eggs.com> | 2004-08-16 15:03:48 +0000 |
| commit | c398b83f37550f400b3a8f13d32cc6d5f2b75ed9 (patch) | |
| tree | 2cf759482f6c3cfb031b065dc87692f06ba20de7 /php/php_lasso.h | |
| parent | efa9e723b14e730d678df3efe1aa70ff8c706e2f (diff) | |
| download | lasso-c398b83f37550f400b3a8f13d32cc6d5f2b75ed9.tar.gz lasso-c398b83f37550f400b3a8f13d32cc6d5f2b75ed9.tar.xz lasso-c398b83f37550f400b3a8f13d32cc6d5f2b75ed9.zip | |
Add lasso_profile_get_identity, lasso_profile_is_identity_dirty, lasso_profile_get_session, lasso_profile_is_session_dirty
Diffstat (limited to 'php/php_lasso.h')
| -rw-r--r-- | php/php_lasso.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/php/php_lasso.h b/php/php_lasso.h index 0620a3f0..bfff97fc 100644 --- a/php/php_lasso.h +++ b/php/php_lasso.h @@ -86,7 +86,7 @@ PHP_FUNCTION(lasso_identity_destroy); /* lasso_federation.c */ PHP_FUNCTION(lasso_federation_new); -/* lasso_profile_.c */ +/* lasso_profile.c */ PHP_FUNCTION(lasso_profile_new); PHP_FUNCTION(lasso_profile_dump); PHP_FUNCTION(lasso_profile_set_remote_providerid); @@ -98,6 +98,11 @@ PHP_FUNCTION(lasso_profile_get_request); PHP_FUNCTION(lasso_profile_get_msg_url); PHP_FUNCTION(lasso_profile_get_msg_body); PHP_FUNCTION(lasso_profile_get_msg_relaystate); +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); + /* lasso_lib_authn_request.c */ PHP_FUNCTION(lasso_cast_to_lib_authn_request); |
