/* $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_IDWSF_H__ #define __LASSO_XML_IDWSF_H__ #include "dst_data.h" #include "dst_modification.h" #include "dst_modify.h" #include "dst_modify_response.h" #include "dst_new_data.h" #include "dst_query.h" #include "dst_query_item.h" #include "dst_query_response.h" #include "is_help.h" #include "is_inquiry_element.h" #include "is_inquiry.h" #include "is_interaction_request.h" #include "is_interaction_response.h" #include "is_interaction_statement.h" #include "is_item.h" #include "disco_authenticate_requester.h" #include "disco_authenticate_session_context.h" #include "disco_authorize_requester.h" #include "disco_credentials.h" #include "disco_description.h" #include "disco_encrypted_resource_id.h" #include "disco_encrypt_resource_id.h" #include "disco_generate_bearer_token.h" #include "disco_insert_entry.h" #include "disco_modify.h" #include "disco_modify_response.h" #include "disco_options.h" #include "disco_query.h" #include "disco_query_response.h" #include "disco_remove_entry.h" #include "disco_requested_service_type.h" #include "disco_resource_id.h" #include "disco_resource_offering.h" #include "disco_send_single_logout.h" #include "disco_service_instance.h" #include "is_parameter.h" #include "is_redirect_request.h" #include "is_select.h" #include "is_text.h" #include "is_user_interaction.h" #include "sa_credentials.h" #include "sa_parameter.h" #include "sa_password_transforms.h" #include "sa_sasl_request.h" #include "sa_sasl_response.h" #include "sa_transform.h" #include "sec_resource_access_statement.h" #include "soap_binding_consent.h" #include "soap_binding_correlation.h" #include "soap_binding_ext_credential.h" #include "soap_binding_ext_credentials_context.h" #include "soap_binding_ext_service_instance_update.h" #include "soap_binding_ext_timeout.h" #include "soap_binding.h" #include "soap_binding_processing_context.h" #include "soap_binding_provider.h" #include "soap_binding_usage_directive.h" #include "utility_status.h" #endif