(file) Return to CIM_TrustHierarchy.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_TrustHierarchy 
 6           // ==================================================================
 7              [Association, Version ( "2.6.0" ), 
 8               UMLPackagePath ( "CIM::User::SecurityServices" ), 
 9               Description ( 
10                  "CIM_TrustHierarchy is an association between two "
11                  "CredentialManagementService instances that establishes the "
12                  "trust hierarchy between them." )]
13           class CIM_TrustHierarchy : CIM_Dependency {
14           
15                 [Override ( "Antecedent" ), 
16                  Max ( 1 ), 
17                  Description ( 
18                     "The superior CredentialManagementService from which the "
19                     "dependent service gets its authority." )]
20              CIM_CredentialManagementService REF Antecedent;
21           
22 marek 1.1       [Override ( "Dependent" ), 
23                  Description ( "The subordinate CredentialManagementService." )]
24              CIM_CredentialManagementService REF Dependent;
25           
26           
27           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2