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

 1 marek 1.1 // Copyright (c) 2005 DMTF.  All rights reserved.
 2              [Version ( "2.8.0" ), 
 3               UMLPackagePath ( "CIM::Policy" ), 
 4               Description ( 
 5                  "A class describing a company\'s and/or administrator\'s "
 6                  "credential requirements that should be authenticated in order "
 7                  "to establish/trust a CIM_Identity. This class defines a "
 8                  "specific identity whose account credentials should be "
 9                  "authenticated." )]
10           class CIM_AccountAuthentication : CIM_AuthenticationCondition {
11           
12                 [Description ( 
13                     "String defining the account\'s ID which is authenticated." )]
14              string AccountID;
15           
16                 [Description ( 
17                     "String defining a hostname, URI or other information "
18                     "identifying the system where the Account resides." )]
19              string AccountContext;
20           
21           
22 marek 1.1 };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2