summaryrefslogtreecommitdiffstats
path: root/php/php_lasso.h
diff options
context:
space:
mode:
authorChristophe Nowicki <cnowicki@easter-eggs.com>2004-08-16 15:03:48 +0000
committerChristophe Nowicki <cnowicki@easter-eggs.com>2004-08-16 15:03:48 +0000
commitc398b83f37550f400b3a8f13d32cc6d5f2b75ed9 (patch)
tree2cf759482f6c3cfb031b065dc87692f06ba20de7 /php/php_lasso.h
parentefa9e723b14e730d678df3efe1aa70ff8c706e2f (diff)
downloadlasso-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.h7
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);