From b9d53562593cbf2ba47c8869f8c3b9dc37a4ae1f Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Thu, 9 Sep 2010 01:09:28 +0200 Subject: [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. --- lasso/xml/strings.h | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'lasso/xml/strings.h') 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 */ /*****************************************************************************/ -- cgit