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

 1 karl  1.1.2.2 // 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 the "
 8                      "specific document that should be authenticated." )]
 9               class CIM_DocumentAuthentication : CIM_AuthenticationCondition {
10               
11                     [Description ( 
12                         "Integer enumeration identifying the document that should "
13                         "be authenticated." ), 
14                      ValueMap { "1", "2", "3", "4", "5", "6", "7" }, 
15                      Values { "Other", "Passport", "Birth Certificate", 
16                         "Credit Card", "Drivers License", "Membership Card", 
17                         "Social Security Card" }, 
18                      ModelCorrespondence { 
19                         "CIM_DocumentAuthentication.OtherDocument" }]
20                  uint16 TypeOfDocument;
21               
22 karl  1.1.2.2       [Description ( 
23                         "String specifying the document when the TypeOfDocument "
24                         "property is set to 1, \"Other\"." ), 
25                      ModelCorrespondence { 
26                         "CIM_DocumentAuthentication.TypeOfDocument" }]
27                  string OtherDocument;
28               
29                     [Description ( 
30                         "String defining a particular document which may be used "
31                         "in the authentication process for example, a specific "
32                         "driver\'s license or passport number. If left blank, "
33                         "then any valid document matching the category specified "
34                         "by the TypeOfDocument property, can be accepted." )]
35                  string DocumentIdentifier;
36               
37               
38               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2