(file) Return to CIM_User.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIMPrelim29

  1 karl  1.1 // ===================================================================
  2           // Title:  User-Security MOF Specification
  3           // $State: Preliminary $
  4           // $Date: 2004/07/15 20:28:51 $
  5           // $Source: /home/dmtf2/dotorg/var/cvs/repositories/dev/Schema/MOF/CIM_User.mof,v $
  6           // $Revision: 1.4 $
  7           // ===================================================================
  8           //#pragma inLine ("Includes/copyright.inc")
  9           // Copyright 1998-2004 Distributed Management Task Force, Inc. (DMTF).
 10           // All rights reserved.
 11           // DMTF is a not-for-profit association of industry members dedicated
 12           // to promoting enterprise and systems management and interoperability.
 13           // DMTF specifications and documents may be reproduced for uses
 14           // consistent with this purpose by members and non-members,
 15           // provided that correct attribution is given.
 16           // As DMTF specifications may be revised from time to time,
 17           // the particular version and release date should always be noted.
 18           // 
 19           // Implementation of certain elements of this standard or proposed
 20           // standard may be subject to third party patent rights, including
 21           // provisional patent rights (herein "patent rights"). DMTF makes
 22 karl  1.1 // no representations to users of the standard as to the existence
 23           // of such rights, and is not responsible to recognize, disclose, or
 24           // identify any or all such third party patent right, owners or
 25           // claimants, nor for any incomplete or inaccurate identification or
 26           // disclosure of such rights, owners or claimants. DMTF shall have no
 27           // liability to any party, in any manner or circumstance, under any
 28           // legal theory whatsoever, for failure to recognize, disclose, or
 29           // identify any such third party patent rights, or for such party's
 30           // reliance on the standard or incorporation thereof in its product,
 31           // protocols or testing procedures. DMTF shall have no liability to
 32           // any party implementing such standard, whether such implementation
 33           // is foreseeable or not, nor to any patent owner or claimant, and shall
 34           // have no liability or responsibility for costs or losses incurred if
 35           // a standard is withdrawn or modified after publication, and shall be
 36           // indemnified and held harmless by any party implementing the
 37           // standard from any and all claims of infringement by a patent owner
 38           // for such implementations.
 39           // 
 40           // For information about patents held by third-parties which have
 41           // notified the DMTF that, in their opinion, such patent may relate to
 42           // or impact implementations of DMTF standards, visit
 43 karl  1.1 // http://www.dmtf.org/about/policies/disclosures.php.
 44           //#pragma inLine
 45           // ===================================================================
 46           // Description: The User/Security Model extends the management
 47           //              concepts related to Users and Security. This is
 48           //              the primary include file for the basic segments of
 49           //              the DMTF User Model.
 50           // 
 51           //              The includes are listed in an order that
 52           //              avoids forward references. Required objects, defined
 53           //              by other working groups, are omitted.
 54           // ===================================================================
 55           // Change Log for v2.9 Preliminary Company Review
 56           // CR1465 - Corrected compile errors and warnings.  User_PrivilegeManagementService.mof
 57           //          was moved CIM_Schema.mof to resolve compile order issues.
 58           //
 59           // ==================================================================
 60           
 61           #pragma Locale ("en_US")
 62           
 63           
 64 karl  1.1 // ==================================================================
 65           // Compile prerequisite for all includes:  Core MOF
 66           // ==================================================================
 67           
 68           
 69           // ===================================================================
 70           // Organizations, Persons, etc.
 71           // ===================================================================
 72           #pragma include ("User_Org.mof")
 73           
 74           // ===================================================================
 75           // Groups
 76           // ===================================================================
 77           #pragma include ("User_Group.mof")
 78           
 79           // ===================================================================
 80           // Roles
 81           // ===================================================================
 82           #pragma include ("User_Role.mof")
 83           
 84           // ===================================================================
 85 karl  1.1 // Security Services
 86           // ===================================================================
 87           #pragma include ("User_SecurityServices.mof")
 88           
 89           // ===================================================================
 90           // Generic Credentials
 91           // ===================================================================
 92           #pragma include ("User_Credential.mof")
 93           
 94           // ===================================================================
 95           // Identity
 96           // ===================================================================
 97           #pragma include ("User_Identity.mof")
 98           
 99           // ===================================================================
100           // SecurityLevel
101           // ===================================================================
102           #pragma include ("User_SecurityLevel.mof")
103           
104           // ===================================================================
105           // Authentication Requirements
106 karl  1.1 // ===================================================================
107           #pragma include ("User_AuthenticationReqmt.mof")
108           
109           // ===================================================================
110           // Kerberos Security Service and Credential
111           // ===================================================================
112           #pragma include ("User_Kerberos.mof")
113           
114           // ===================================================================
115           // Public Key Security Service and Credential
116           // ===================================================================
117           #pragma include ("User_PublicKey.mof")
118           
119           // ===================================================================
120           // Shared Secret Security Service and Credential
121           // ===================================================================
122           #pragma include ("User_SharedSecret.mof")
123           
124           // ===================================================================
125           // Users Access
126           // ===================================================================
127 karl  1.1 #pragma include ("User_UsersAccess.mof")
128           
129           // ===================================================================
130           // Privileges
131           // ===================================================================
132           #pragma include ("User_Privilege.mof")
133           
134           // ===================================================================
135           // Account
136           // ===================================================================
137           #pragma include ("User_Account.mof")
138           
139           // ===================================================================
140           // Access Control
141           // ===================================================================
142           #pragma include ("User_AccessControl.mof")
143           
144           // ===================================================================
145           // Privilege Management Service
146           // ===================================================================
147           // #pragma include ("User_PrivilegeManagementService.mof")
148 karl  1.1 
149           // ===================================================================
150           // Storage Hardware IDs (subclass of Identity)
151           // ===================================================================
152           #pragma include ("User_StorageHardwareID.mof")
153           
154           
155           // ===================================================================
156           // end of file
157           // ===================================================================

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2