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

 1 marek 1.1 // Copyright (c) 2011 DMTF.  All rights reserved.
 2              [Version ( "2.29.0" ), 
 3               UMLPackagePath ( "CIM::User::SecurityServices" ), 
 4               Description ( 
 5                  "CIM_CredentialManagementCapabilities describes the "
 6                  "capabilities for managing credentials." )]
 7           class CIM_CredentialManagementCapabilities : CIM_EnabledLogicalElementCapabilities {
 8           
 9                 [Description ( 
10                     "Each enumeration corresponds to support for the "
11                     "like-named method of the associated "
12                     "CIM_CredentialManagementService instance(s) for the "
13                     "exception of \"Delete Credential Instance\" that refers "
14                     "to the capability of executing delete operation on the "
15                     "instances of the CIM_Credential subclasses." ), 
16                  ValueMap { "4", "..", "0x8000.." }, 
17                  Values { "DeleteCredentialInstance", "DMTF Reserved", 
18                     "Vendor Specific" }]
19              uint16 SupportedMethods[];
20           
21                 [Description ( 
22 marek 1.1           "Defines the methodology used by the implementation to "
23                     "accumulate the user\'s privileges for credentials or "
24                     "credential stores that are directly or indirectly "
25                     "associated with the CIM_CredentialManagementService that "
26                     "this instace represents the capability of. \r\n"
27                     "This methodology is applicable to the credentials and "
28                     "credential stores that are members of another credential store.\r\n"
29                     "The methodology describes how the same user\'s privilges "
30                     "for a credential gets reconciled with that user\'s "
31                     "privileges for the credential store that the credential "
32                     "belongs to. The methodology is also applicable for "
33                     "multi-level credential stores where one credential store "
34                     "is a member of another credential store.\r\n"
35                     "2 - Collection Privileges Override - the user\'s "
36                     "privileges on the instance of CIM_CredentialStore that "
37                     "is referenced by the Collection property of "
38                     "CIM_MemberOfCollection association, overrides the same "
39                     "user\'s privileges on the CIM_Credential and/or "
40                     "CIM_CredentialStore referenced by the Member property of "
41                     "the same CIM_MemberOfCollection asscociation.\r\n"
42                     "3 - Member Privileges Override - the user\'s privileges "
43 marek 1.1           "on the instance of CIM_Credential and/or "
44                     "CIM_CredentialStore that is referenced by the Member "
45                     "property of CIM_MemberOfCollection association, "
46                     "overrides the same user\'s privileges on the "
47                     "CIM_CredentialStore referenced by the Collection "
48                     "property of the same CIM_MemberOfCollection asscociation.\r\n"
49                     "4 - Collection-Member Privileges Union - the user\'s "
50                     "privileges on the instance of CIM_Credential and/or "
51                     "CIM_CredentialStore that is referenced by the Member "
52                     "property of CIM_MemberOfCollection association, are "
53                     "added to the same user\'s privileges on the "
54                     "CIM_CredentialStore referenced by the Collection "
55                     "property of the same CIM_MemberOfCollection asscociation.\r\n"
56                     "5 - Collection-Member Privileges Intersection - the "
57                     "user\'s privileges on the instance of CIM_Credential "
58                     "and/or CIM_CredentialStore that is referenced by the "
59                     "Member property of CIM_MemberOfCollection association, "
60                     "are valid only if the privileges are mirrored with the "
61                     "same user\'s privileges on the CIM_CredentialStore "
62                     "referenced by the Collection property of the same "
63                     "CIM_MemberOfCollection asscociation." ), 
64 marek 1.1        ValueMap { "2", "3", "4", "5" }, 
65                  Values { "Collection Privileges Override", 
66                     "Member Privileges Override", 
67                     "Collection-Member Privileges Union", 
68                     "Collection-Member Privileges Intersection" }]
69              uint16 CumulativePrivilegeMethodology;
70           
71           
72           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2