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

File: [Pegasus] / pegasus / Schemas / CIM231 / DMTF / User / CIM_CredentialContext.mof (download)
Revision: 1.1, Tue Jan 24 13:50:36 2012 UTC (12 years, 5 months ago) by marek
Branch: MAIN
CVS Tags: preBug9676, postBug9676, TASK-TASK_PEP362_RestfulService_branch-root, TASK-TASK_PEP362_RestfulService_branch-merged_out_from_trunk, TASK-TASK_PEP362_RestfulService_branch-merged_in_to_trunk, TASK-TASK_PEP362_RestfulService_branch-merged_in_from_branch, TASK-TASK_PEP362_RestfulService_branch-branch, TASK-PEP362_RestfulService-root, TASK-PEP362_RestfulService-merged_out_to_branch, TASK-PEP362_RestfulService-merged_out_from_trunk, TASK-PEP362_RestfulService-merged_in_to_trunk, TASK-PEP362_RestfulService-merged_in_from_branch, TASK-PEP362_RestfulService-branch, TASK-PEP317_pullop-merged_out_from_trunk, TASK-PEP317_pullop-merged_in_to_trunk, RELEASE_2_14_1, RELEASE_2_14_0-RC2, RELEASE_2_14_0-RC1, RELEASE_2_14_0, RELEASE_2_14-root, RELEASE_2_14-branch, RELEASE_2_13_0-RC2, RELEASE_2_13_0-RC1, RELEASE_2_13_0-FC, RELEASE_2_13_0, RELEASE_2_13-root, RELEASE_2_13-branch, RELEASE_2_12_1-RC1, RELEASE_2_12_1, RELEASE_2_12_0-RC1, RELEASE_2_12_0-FC, RELEASE_2_12_0, RELEASE_2_12-root, RELEASE_2_12-branch, HEAD, CIMRS_WORK_20130824
Branch point for: TASK-PEP317_pullop-branch
BUG#:9155
TITLE: Upgrade Pegasus to Include the CIM 2.31 Schema in CVS

DESCRIPTION:

// Copyright (c) 2010 DMTF.  All rights reserved.
   [Association, Version ( "2.27.0" ), 
    UMLPackagePath ( "CIM::User::Credential" ), 
    Description ( 
       "This relationship defines a context (e.g., a System or "
       "Service) of a Credential. One example is a shared secret/ "
       "password which is defined within the context of an application "
       "(or Service). Generally, there is one scoping element for a "
       "Credential, however the multiplicities of the association "
       "allow a Credential to be scoped by more than one element. If "
       "this association is not instantiated for a Credential, that "
       "Credential is assumed to be scoped to the Namespace.\n"
       "This association may also be used to indicate that a "
       "Credential is valid in some other environment. For instance "
       "associating the Credential to a RemoteServiceAccessPoint would "
       "indicate that the Credential is used to access the remote "
       "service." )]
class CIM_CredentialContext {

      [Key, Description ( "A Credential whose context is defined." )]
   CIM_Credential REF ElementInContext;

      [Key, Description ( 
          "The ManagedElement that provides context or scope for "
          "the Credential." )]
   CIM_ManagedElement REF ElementProvidingContext;

      [Description ( 
          "The usage of the certificate by the managed element that "
          "the certificate is for or is scoped to. Owned - "
          "Credential represents the CredentialContexts identity. "
          "This means that the managed element will present this "
          "credential to another party for authentication, "
          "authorization, or both. Trusted - The ManagedElement "
          "trusts the credential. This means that the credential is "
          "trusted for one or more of the security operations such "
          "as authentication, third-party authentication, and "
          "authorization. Trusted for Authentication - The "
          "ManagedElement trusts the identity represented by the "
          "credential only for authentication purposes. Trusted for "
          "Authorization - The ManagedElement trusts the identity "
          "represented by the credential only for authorization "
          "purposes. Trusted for Authentication/Authorization - The "
          "ManagedElement trusts the identity represented by the "
          "credential both for authentication and authorization "
          "purposes. Trusted for Third-Party "
          "Authentication/Authorization - The credential is being "
          "trusted for approving a third-party credential to the "
          "ManagedElement." ), 
       ValueMap { "2", "3", "4", "6", "7", "8", "..", "32768..65535" }, 
       Values { "Owned", "Trusted", "Trusted for Authentication", 
          "Trusted for Authorization", 
          "Trusted for Authentication/Authorization", 
          "Trusted for Third-Party Authentication/Authorization", 
          "DMTF Reserved", "Vendor Reserved" }]
   uint16 Usage;


};

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2