(file) Return to CIM_UsersCredential.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_UsersCredential 
 6               // ==================================================================
 7                  [Association, Deprecated { "CIM_AuthenticationCondition" }, 
 8                   Version ( "2.8.0" ), 
 9                   UMLPackagePath ( "CIM::User::UsersAccess" ), 
10                   Description ( 
11                      "CIM_UsersCredential is an association used to establish the "
12                      "credentials that may be used for a UsersAccess to a system or "
13                      "set of systems. \n"
14                      "\n"
15                      "Since the UsersAccess class is deprecated in lieu of "
16                      "CIM_Identity, this association is also deprecated and replaced "
17                      "by policy - where the AuthenticationCondition class describes "
18                      "the credentials that SHOULD be authenticated in order to "
19                      "establish the Identity." )]
20               class CIM_UsersCredential : CIM_Dependency {
21               
22 karl  1.1.2.2       [Deprecated { "CIM_AuthenticationCondition" }, 
23                      Override ( "Antecedent" ), 
24                      Description ( "The issued credential that may be used." )]
25                  CIM_Credential REF Antecedent;
26               
27                     [Deprecated { "CIM_Identity" }, 
28                      Override ( "Dependent" ), 
29                      Description ( "The UsersAccess that has use of a credential." )]
30                  CIM_UsersAccess REF Dependent;
31               
32               
33               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2