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

 1 karl  1.1.2.2 // 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_AuthorizationSubject 
 6               // ==================================================================
 7                  [Association, Deprecated { "CIM_AuthorizedSubject" }, 
 8                   Version ( "2.8.0" ), 
 9                   UMLPackagePath ( "CIM::User::AccessControl" ), 
10                   Description ( 
11                      "CIM_AuthorizationSubject is an association used to apply "
12                      "authorization decisions to specific subjects (i.e., users). "
13                      "This association is deprecated in lieu of a semantically "
14                      "equivalent one, AuthorizedSubject, since one of the referenced "
15                      "classes (AccessControlInformation) has been deprecated." )]
16               class CIM_AuthorizationSubject : CIM_Dependency {
17               
18                     [Deprecated { "CIM_AuthorizedSubject.Privilege" }, 
19                      Override ( "Antecedent" ), 
20                      Description ( 
21                         "AccessControlInformation that applies to a subject set." )]
22 karl  1.1.2.2    CIM_AccessControlInformation REF Antecedent;
23               
24                     [Deprecated { "CIM_AuthorizedSubject.PrivilegedElement" }, 
25                      Override ( "Dependent" ), 
26                      Description ( 
27                         "The subject set may be specified as a collection or as a "
28                         "set of associations to ManagedElements that represent "
29                         "users." )]
30                  CIM_ManagedElement REF Dependent;
31               
32               
33               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2