summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Clapies <nclapies@entrouvert.com>2005-09-20 08:14:26 +0000
committerNicolas Clapies <nclapies@entrouvert.com>2005-09-20 08:14:26 +0000
commitbc6c852e6319e69364aabe76acabfdb98317babe (patch)
tree395b45a90a195f96ec53d86cac24135517a0006c
parent4acc84afd4affe7e4a3f820e8a8a31267d40794e (diff)
downloadlasso-bc6c852e6319e69364aabe76acabfdb98317babe.tar.gz
lasso-bc6c852e6319e69364aabe76acabfdb98317babe.tar.xz
lasso-bc6c852e6319e69364aabe76acabfdb98317babe.zip
lasso_data_service_add_credential() is not a public method.
-rw-r--r--lasso/id-wsf/data_service.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lasso/id-wsf/data_service.h b/lasso/id-wsf/data_service.h
index e214e881..628d2005 100644
--- a/lasso/id-wsf/data_service.h
+++ b/lasso/id-wsf/data_service.h
@@ -83,9 +83,6 @@ LASSO_EXPORT LassoDataService* lasso_data_service_new(LassoServer *server);
LASSO_EXPORT LassoDataService* lasso_data_service_new_full(LassoServer *server,
LassoDiscoResourceOffering *offering);
-LASSO_EXPORT gint lasso_data_service_add_credential(LassoDataService *service,
- LassoSamlAssertion *assertion);
-
LASSO_EXPORT gint lasso_data_service_init_query(LassoDataService *service,
const char *select, const char *item_id, const char *security_mech_id);