summaryrefslogtreecommitdiffstats
path: root/lasso/xml/strings.h
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-09-09 01:09:28 +0200
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-09-09 01:09:28 +0200
commitb9d53562593cbf2ba47c8869f8c3b9dc37a4ae1f (patch)
tree66a3783aee28154821ec8fc2d81478344fd71c75 /lasso/xml/strings.h
parent8082428d8007e4c712de453b26af7ff7e01771e1 (diff)
downloadlasso-b9d53562593cbf2ba47c8869f8c3b9dc37a4ae1f.tar.gz
lasso-b9d53562593cbf2ba47c8869f8c3b9dc37a4ae1f.tar.xz
lasso-b9d53562593cbf2ba47c8869f8c3b9dc37a4ae1f.zip
[ID-WSFv1&ID-WSFv2] separate better strings for ID-WSF from other strings
Code in core source file which depend upon ID-WSF symbols have been conditionalized, and each id-wsf source file now include directly its need string header.
Diffstat (limited to 'lasso/xml/strings.h')
-rw-r--r--lasso/xml/strings.h21
1 files changed, 20 insertions, 1 deletions
diff --git a/lasso/xml/strings.h b/lasso/xml/strings.h
index e3610316..86800325 100644
--- a/lasso/xml/strings.h
+++ b/lasso/xml/strings.h
@@ -42,7 +42,6 @@
#ifndef __LASSO_STRINGS_H__
#define __LASSO_STRINGS_H__
-#include "./idwsf_strings.h"
#include "./saml-2.0/saml2_strings.h"
/*****************************************************************************/
@@ -114,6 +113,26 @@
*/
#define LASSO_PRIVATE_STATUS_CODE_FAILED_TO_RESTORE_ARTIFACT "FailedToRestoreArtifact"
+/*
+ * WS-Security Utility
+ */
+
+/**
+ * LASSO_WSUTIL1_HREF:
+ *
+ * Namespace for FIXME
+ *
+ */
+#define LASSO_WSUTIL1_HREF \
+ "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
+/**
+ * LASSO_WSUTIL1_PREFIX:
+ *
+ * Preferred prefix for namespace of FIXME
+ *
+ */
+#define LASSO_WSUTIL1_PREFIX "wsutil"
+
/*****************************************************************************/
/* Lasso */
/*****************************************************************************/