(file) Return to CIM_NotaryVerifiesBiometric.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_NotaryVerifiesBiometric 
 6           // ==================================================================
 7              [Association, Deprecated { "CIM_ManagedCredential" }, 
 8               Version ( "2.8.0" ), 
 9               UMLPackagePath ( "CIM::User::UsersAccess" ), 
10               Description ( 
11                  "This relationship associates a Notary service with the Users "
12                  "Access whose biometric information is verified. It is "
13                  "deprecated since one of its references (UsersAccess) is "
14                  "deprecated, and because specific biometric credentials are "
15                  "defined in a new subclass of CIM_Credential (specifically, "
16                  "BiometricCredential). Given the latter, the relationship of a "
17                  "Credential to its management service (ManagedCredential) can "
18                  "be used directly." )]
19           class CIM_NotaryVerifiesBiometric : CIM_Dependency {
20           
21                 [Deprecated { "CIM_ManagedCredential.Antecedent" }, 
22 marek 1.1        Override ( "Antecedent" ), 
23                  Description ( 
24                     "The Notary service that verifies biometric information." )]
25              CIM_Notary REF Antecedent;
26           
27                 [Deprecated { "CIM_ManagedCredential.Dependent" }, 
28                  Override ( "Dependent" ), 
29                  Description ( 
30                     "The UsersAccess that represents a person using biometric "
31                     "information for authentication." )]
32              CIM_UsersAccess REF Dependent;
33           
34           
35           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2