(file) Return to CIM_ManagesAccountOnSystem.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / User

 1 marek 1.1 // Copyright (c) 2005 DMTF.  All rights reserved.
 2           // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 3           // qualifier values to CIM Schema.</change>
 4           // ==================================================================
 5           //  CIM_ManagesAccountOnSystem 
 6           // ==================================================================
 7              [Association, Version ( "2.6.0" ), 
 8               UMLPackagePath ( "CIM::User::Account" ), 
 9               Description ( 
10                  "The CIM_ManagesAccountOnSystem provides the association "
11                  "between a System and the AccountManagementService that manages "
12                  "accounts for that system." )]
13           class CIM_ManagesAccountOnSystem : CIM_SecurityServiceForSystem {
14           
15                 [Override ( "Antecedent" ), 
16                  Description ( 
17                     "An AccountManagementService that manages accounts for the system."
18                      )]
19              CIM_AccountManagementService REF Antecedent;
20           
21                 [Override ( "Dependent" ), 
22 marek 1.1        Description ( 
23                     "The system that is dependent on the AccountManagementService."
24                      )]
25              CIM_System REF Dependent;
26           
27           
28           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2