summaryrefslogtreecommitdiffstats
path: root/lasso/xml/xml_idff.h
blob: 82785c076492e9ce27d13c42d418848d83881735 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
/* $Id$
 *
 * Lasso - A free implementation of the Liberty Alliance specifications.
 *
 * Copyright (C) 2004-2007 Entr'ouvert
 * http://lasso.entrouvert.org
 *
 * Authors: See AUTHORS file in top-level directory.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */

#ifndef __LASSO_XML_IDFF_H__
#define __LASSO_XML_IDFF_H__

#include "xml.h"
#include "dsig/ds_key_info.h"
#include "dsig/ds_key_value.h"
#include "dsig/ds_rsa_key_value.h"
#include "dsig/ds_x509_data.h"
#include "lib_assertion.h"
#include "lib_authentication_statement.h"
#include "lib_authn_context.h"
#include "lib_authn_request_envelope.h"
#include "lib_authn_request.h"
#include "lib_authn_response_envelope.h"
#include "lib_authn_response.h"
#include "lib_federation_termination_notification.h"
#include "lib_idp_entries.h"
#include "lib_idp_entry.h"
#include "lib_idp_list.h"
#include "lib_logout_request.h"
#include "lib_logout_response.h"
#include "lib_name_identifier_mapping_request.h"
#include "lib_name_identifier_mapping_response.h"
#include "lib_register_name_identifier_request.h"
#include "lib_register_name_identifier_response.h"
#include "lib_request_authn_context.h"
#include "lib_scoping.h"
#include "lib_status_response.h"
#include "lib_subject.h"
#include "misc_text_node.h"
#include "saml_advice.h"
#include "saml_assertion.h"
#include "saml_attribute_designator.h"
#include "saml_attribute.h"
#include "saml_attribute_statement.h"
#include "saml_attribute_value.h"
#include "saml_audience_restriction_condition.h"
#include "saml_authentication_statement.h"
#include "saml_authority_binding.h"
#include "saml_condition_abstract.h"
#include "saml_conditions.h"
#include "saml_name_identifier.h"
#include "samlp_request_abstract.h"
#include "samlp_request.h"
#include "samlp_response_abstract.h"
#include "samlp_response.h"
#include "samlp_status_code.h"
#include "samlp_status.h"
#include "saml_statement_abstract.h"
#include "saml_subject_confirmation.h"
#include "saml_subject.h"
#include "saml_subject_locality.h"
#include "saml_subject_statement_abstract.h"
#include "saml_subject_statement.h"
#include "strings.h"
#include "xml_enc.h"

#endif /* __LASSO_XML_IDFF_H__ */