~ubuntu-branches/ubuntu/quantal/opendrim-lmp-simpleidentitymanagement/quantal

« back to all changes in this revision

Viewing changes to OpenDRIM_AccountManagementServiceAffectsIdentity/OpenDRIM_AccountManagementServiceAffectsIdentityAccess.h

  • Committer: Bazaar Package Importer
  • Author(s): Guillaume BOTTEX
  • Date: 2010-06-21 15:54:00 UTC
  • Revision ID: james.westby@ubuntu.com-20100621155400-myesv5hd2f3s8x9y
Tags: upstream-1.0.0
ImportĀ upstreamĀ versionĀ 1.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*################################################################################
 
2
# Linux Management Providers (LMP), Simple Identity Management provider package
 
3
# Copyright (C) 2007 Frederic Desmons, ETRI <desmons@etri.re.kr, desmons_frederic@yahoo.fr>
 
4
 
5
# This program is being developed under the "OpenDRIM" project.
 
6
# The "OpenDRIM" project web page: http://opendrim.sourceforge.net
 
7
# The "OpenDRIM" project mailing list: opendrim@googlegroups.com
 
8
 
9
# This program is free software; you can redistribute it and/or
 
10
# modify it under the terms of the GNU General Public License
 
11
# as published by the Free Software Foundation; version 2
 
12
# of the License.
 
13
 
14
# This program is distributed in the hope that it will be useful,
 
15
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
17
# GNU General Public License for more details.
 
18
 
19
# You should have received a copy of the GNU General Public License
 
20
# along with this program; if not, write to the Free Software
 
21
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
22
#################################################################################
 
23
 
 
24
#################################################################################
 
25
# To contributors, please leave your contact information in this section
 
26
# AND comment your changes in the source code.
 
27
 
28
# Modified by 2009 Khahramon NURIDDINOV, TUIT <qahramon0786@gmail.com>
 
29
# Modified by 2009 Guillaume BOTTEX, ETRI <guillaumebottex@etri.re.kr>
 
30
################################################################################*/
 
31
 
 
32
#ifndef OPENDRIM_ACCOUNTMANAGEMENTSERVICEAFFECTSIDENTITYACCESS_H_
 
33
#define OPENDRIM_ACCOUNTMANAGEMENTSERVICEAFFECTSIDENTITYACCESS_H_
 
34
 
 
35
#include "Simple_Identity_Management_Common.h"
 
36
 
 
37
#include "OpenDRIM_AccountManagementServiceAffectsIdentity.h"
 
38
#include "assocOpenDRIM_AccountManagementServiceAffectsIdentity.h"
 
39
 
 
40
int Simple_Identity_Management_OpenDRIM_AccountManagementServiceAffectsIdentity_load(const CMPIBroker* broker, string& errorMessage);
 
41
 
 
42
int Simple_Identity_Management_OpenDRIM_AccountManagementServiceAffectsIdentity_unload(string& errorMessage);
 
43
 
 
44
int Simple_Identity_Management_OpenDRIM_AccountManagementServiceAffectsIdentity_retrieve(const CMPIBroker* broker, const CMPIContext* ctx, vector<OpenDRIM_AccountManagementServiceAffectsIdentity>& instances, const char** properties, string& errorMessage, const string& discriminant);
 
45
 
 
46
int Simple_Identity_Management_OpenDRIM_AccountManagementServiceAffectsIdentity_getInstance(const CMPIBroker* broker, const CMPIContext* ctx, OpenDRIM_AccountManagementServiceAffectsIdentity& instance, const char** properties, string& errorMessage);
 
47
 
 
48
int Simple_Identity_Management_OpenDRIM_AccountManagementServiceAffectsIdentity_setInstance(const CMPIBroker* broker, const CMPIContext* ctx, const OpenDRIM_AccountManagementServiceAffectsIdentity& newInstance, const OpenDRIM_AccountManagementServiceAffectsIdentity& oldInstance, const char** properties, string& errorMessage);
 
49
 
 
50
int Simple_Identity_Management_OpenDRIM_AccountManagementServiceAffectsIdentity_createInstance(const CMPIBroker* broker, const CMPIContext* ctx, const OpenDRIM_AccountManagementServiceAffectsIdentity& instance, string& errorMessage);
 
51
 
 
52
int Simple_Identity_Management_OpenDRIM_AccountManagementServiceAffectsIdentity_deleteInstance(const CMPIBroker* broker, const CMPIContext* ctx, const OpenDRIM_AccountManagementServiceAffectsIdentity& instance, string& errorMessage);
 
53
 
 
54
int Simple_Identity_Management_OpenDRIM_AccountManagementServiceAffectsIdentity_associatorAffectedElementToAffectingElement(const CMPIBroker* broker, const CMPIContext* ctx, const Instance& AffectedElement_instance, const char** properties, vector<Instance>& AffectingElement_associatedInstances, string& errorMessage, const string& discriminant);
 
55
 
 
56
int Simple_Identity_Management_OpenDRIM_AccountManagementServiceAffectsIdentity_associatorAffectingElementToAffectedElement(const CMPIBroker* broker, const CMPIContext* ctx, const Instance& AffectingElement_instance, const char** properties, vector<Instance>& AffectedElement_associatedInstances, string& errorMessage, const string& discriminant);
 
57
 
 
58
int Simple_Identity_Management_OpenDRIM_AccountManagementServiceAffectsIdentity_referenceAffectedElementToAffectingElement(const CMPIBroker* broker, const CMPIContext* ctx, const Instance& AffectedElement_instance, const vector<Instance>& AffectingElement_instances, vector<OpenDRIM_AccountManagementServiceAffectsIdentity>& OpenDRIM_AccountManagementServiceAffectsIdentity_instances, const char** properties, string& errorMessage, const string& discriminant);
 
59
 
 
60
int Simple_Identity_Management_OpenDRIM_AccountManagementServiceAffectsIdentity_referenceAffectingElementToAffectedElement(const CMPIBroker* broker, const CMPIContext* ctx, const Instance& AffectingElement_instance, const vector<Instance>& AffectedElement_instances, vector<OpenDRIM_AccountManagementServiceAffectsIdentity>& OpenDRIM_AccountManagementServiceAffectsIdentity_instances, const char** properties, string& errorMessage, const string& discriminant);
 
61
 
 
62
int Simple_Identity_Management_OpenDRIM_AccountManagementServiceAffectsIdentity_populate(OpenDRIM_AccountManagementServiceAffectsIdentity& instance, string& errorMessage);
 
63
 
 
64
#endif /*OPENDRIM_ACCOUNTMANAGEMENTSERVICEAFFECTSIDENTITYACCESS_H_*/