summaryrefslogtreecommitdiffstats
path: root/lasso
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2011-12-22 18:21:12 +0100
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2011-12-22 18:21:12 +0100
commit3dca5c2afa97fd3f80fd2765d3e4d3d2bd2b9539 (patch)
treee1d1dcab32a603f21a38c00e08bb8b71d21bf499 /lasso
parent26b341a2765aabbe9d90caf956a3bcaaba8b6dd1 (diff)
downloadlasso-3dca5c2afa97fd3f80fd2765d3e4d3d2bd2b9539.tar.gz
lasso-3dca5c2afa97fd3f80fd2765d3e4d3d2bd2b9539.tar.xz
lasso-3dca5c2afa97fd3f80fd2765d3e4d3d2bd2b9539.zip
[doc] do some documentation fixing
Diffstat (limited to 'lasso')
-rw-r--r--lasso/id-ff/profile.c2
-rw-r--r--lasso/id-ff/profile.h3
-rw-r--r--lasso/xml/strings.h6
3 files changed, 7 insertions, 4 deletions
diff --git a/lasso/id-ff/profile.c b/lasso/id-ff/profile.c
index bc9a65d1..768c3ea2 100644
--- a/lasso/id-ff/profile.c
+++ b/lasso/id-ff/profile.c
@@ -675,7 +675,7 @@ lasso_profile_set_soap_fault_response(LassoProfile *profile, const char *faultco
*
* Return value: #LASSO_PROVIDER_ROLE_NONE if nothing can be said, #LASSO_PROVIDER_ROLE_SP if a
* federation qualifier by @remote_provider_id exists or #LASSO_PROVIDER_ROLE_IDP if a federation
- * qualifier by our own #LassoProvider.providerID exists.
+ * qualifier by our own #LassoProvider.ProviderID exists.
*/
LassoProviderRole lasso_profile_sso_role_with(LassoProfile *profile, const char *remote_provider_id)
{
diff --git a/lasso/id-ff/profile.h b/lasso/id-ff/profile.h
index d04f1727..096d2f92 100644
--- a/lasso/id-ff/profile.h
+++ b/lasso/id-ff/profile.h
@@ -139,6 +139,9 @@ typedef enum {
* HTTP-Post binding), the body of the POST will be in this field,
* @msg_relayState: put there the relaystate to put in the genereated URL for HTTP-Redirect or
* HTTP-Get binding.
+ * @signature_status: result of the last signature validation.
+ * @identity: the state of federation linking for the current user.
+ * @session: the state of global SSO session for the current user.
*
* #LassoProfile, child class of #LassoNode is the basis object of profiles object like #LassoLogin, #LassoLogout,
* #LassoDefederation, #LassoNameIdentifierMapping, #LassoNameRegistration, #LassoNameIdManagement
diff --git a/lasso/xml/strings.h b/lasso/xml/strings.h
index 391ffb67..7c7be759 100644
--- a/lasso/xml/strings.h
+++ b/lasso/xml/strings.h
@@ -626,7 +626,7 @@
* LASSO_LIB_NAME_IDENTIFIER_FORMAT_FEDERATED:
*
* <emphasis>Federated</emphasis> name identifier constant, used in
- * #LassoNameIdentifier. It implies the name identifier belongs to
+ * #LassoSamlNameIdentifier. It implies the name identifier belongs to
* a federation established between SP and IdP.
*/
#define LASSO_LIB_NAME_IDENTIFIER_FORMAT_FEDERATED "urn:liberty:iff:nameid:federated"
@@ -634,14 +634,14 @@
/**
* LASSO_LIB_NAME_IDENTIFIER_FORMAT_ONE_TIME:
*
- * "One-time" name identifier constant, used in #LassoNameIdentifier.
+ * "One-time" name identifier constant, used in #LassoSamlNameIdentifier.
*/
#define LASSO_LIB_NAME_IDENTIFIER_FORMAT_ONE_TIME "urn:liberty:iff:nameid:one-time"
/**
* LASSO_LIB_NAME_IDENTIFIER_FORMAT_ENCRYPTED:
*
- * "Encrypted" name identifier constant, used in #LassoNameIdentifier.
+ * "Encrypted" name identifier constant, used in #LassoSamlNameIdentifier.
*/
#define LASSO_LIB_NAME_IDENTIFIER_FORMAT_ENCRYPTED "urn:liberty:iff:nameid:encrypted"
#define LASSO_LIB_NAME_IDENTIFIER_FORMAT_ENTITYID "urn:liberty:iff:nameid:entityID"