(file) Return to CIM_CAHasPublicCertificate.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_CAHasPublicCertificate 
 6           // ==================================================================
 7              [Association, Version ( "2.8.0" ), 
 8               UMLPackagePath ( "CIM::User::PublicKey" ), 
 9               Description ( 
10                  "A CertificateAuthority may have certificates issued by other "
11                  "CAs or self-signed. This association is essentially an "
12                  "optimization of the CA having an external identity established "
13                  "by itself or another Authority. This maps closely to "
14                  "LDAP-based certificate authority implementations." )]
15           class CIM_CAHasPublicCertificate : CIM_Dependency {
16           
17                 [Override ( "Antecedent" ), 
18                  Description ( "The Certificate used by the CA." )]
19              CIM_PublicKeyCertificate REF Antecedent;
20           
21                 [Override ( "Dependent" ), 
22 marek 1.1        Description ( "The CA that uses a Certificate." )]
23              CIM_CertificateAuthority REF Dependent;
24           
25           
26           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2