(file) Return to CIM_HostedACI.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_HostedACI 
 6           // ==================================================================
 7              [Association, Deprecated { "No value" }, 
 8               Version ( "2.8.0" ), 
 9               UMLPackagePath ( "CIM::User::AccessControl" ), 
10               Description ( 
11                  "CIM_HostedACI is an association used to provide the namespace "
12                  "scoping of AccessControlInformation. Since the referenced "
13                  "class, AccessControlInformation, is deprecated, this Weak "
14                  "association is similarly deprecated. Also, although "
15                  "Privileges/access control can be defined in the context of a "
16                  "System, this is not a mandatory association nor does it "
17                  "provide any additional semantics for the Privilege. Therefore, "
18                  "HostedACI is deprecated with no replacement association." )]
19           class CIM_HostedACI : CIM_HostedDependency {
20           
21                 [Deprecated { "No value" }, 
22 marek 1.1        Override ( "Antecedent" ), 
23                  Min ( 1 ), 
24                  Max ( 1 ), 
25                  Description ( "The hosting system." )]
26              CIM_System REF Antecedent;
27           
28                 [Deprecated { "No value" }, 
29                  Override ( "Dependent" ), 
30                  Weak, Description ( "The hosted AccessControlInformation." )]
31              CIM_AccessControlInformation REF Dependent;
32           
33           
34           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2