![]() |
![]() |
![]() |
Lasso Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
LassoIdWsf2Discovery; LassoIdWsf2Discovery* lasso_idwsf2_discovery_new (LassoServer *server); gint lasso_idwsf2_discovery_init_metadata_register (LassoIdWsf2Discovery *discovery); gint lasso_idwsf2_discovery_init_metadata_association_add (LassoIdWsf2Discovery *discovery); gint lasso_idwsf2_discovery_init_query (LassoIdWsf2Discovery *discovery);
LassoIdWsf2Discovery* lasso_idwsf2_discovery_new (LassoServer *server);
Create a new LassoIdWsf2Discovery.
|
a LassoServer object, for resolving ProviderID names |
Returns : |
a newly created LassoIdWsf2Discovery object; or NULL if an error occured. |
gint lasso_idwsf2_discovery_init_metadata_register (LassoIdWsf2Discovery *discovery);
Initialise a ID-WSF service metadata registration request to a Discovery service.
|
a LassoIdWsf2Discovery object |
Returns : |
0 on success; an error code otherwise. |
gint lasso_idwsf2_discovery_init_metadata_association_add (LassoIdWsf2Discovery *discovery);
Initialise a request to associate a user account to a service metadata, allowing a WSC to request this service for data related to this user account.
|
a LassoIdWsf2Discovery |
|
identifier of the service metadata the user wants to associate with |
Returns : |
0 on success; or a negative value otherwise. |
gint lasso_idwsf2_discovery_init_query (LassoIdWsf2Discovery *discovery);
Initialise a request for ID-WSF discovery Query to a discovery service.
|
a LassoIdWsf2Discovery |
Returns : |
0 on success; or a negative value otherwise. |