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

Diff for /pegasus/Schemas/CIM231/DMTF/User/CIM_AccountManagementService.mof between version 1.1.2.1 and 1.1.2.2

version 1.1.2.1, 2012/01/24 13:50:36 version 1.1.2.2, 2012/02/15 17:46:55
Line 0 
Line 1 
   // Copyright (c) 2008 DMTF.  All rights reserved.
      [Version ( "2.19.0" ),
       UMLPackagePath ( "CIM::User::Account" ),
       Description (
          "CIM_AccountManagementService creates, manages, and if "
          "necessary destroys Accounts on behalf of other "
          "SecuritySerices." )]
   class CIM_AccountManagementService : CIM_SecurityService {
   
   
         [Description (
             "CreateAccount creates an Account on the specified "
             "ComputerSystem. Upon successful completion of the "
             "method, there shall be a newly created instance of "
             "CIM_Account associated through the CIM_AccountOnSystem "
             "association with the instance of ComputerSystem "
             "identified by the System parameter such that each "
             "property of the CIM_Account instance has the value of "
             "the corresponding property of the template instance "
             "specified by the AccountTemplate parameter and the "
             "CIM_Account instance is associated with this instance of "
             "CIM_AccountManagementService through the "
             "CIM_ServiceAffectsElement association.\n"
             "Instances of CIM_Identity may be created by the method "
             "and associated with the instance of CIM_Account through "
             "CIM_AssignedIdentity. If one or more instances of "
             "CIM_Identity are created, a reference to each shall be "
             "returned in the Identities parameter, otherwise the "
             "Identities parameter shall be NULL upon method "
             "completion." ),
          ValueMap { "0", "1", "2", "..", "32768..65535" },
          Values { "Completed with No Error", "Not Supported",
             "Failed", "Method Reserved", "Vendor Specific" }]
      uint32 CreateAccount(
            [Required, IN, Description (
                "The scoping ComputerSystem in which to create the Account."
                 )]
         CIM_ComputerSystem REF System,
            [Required, IN, Description (
                "AccountTemplate is a template for the desired "
                "Account to be created." ),
             EmbeddedInstance ( "CIM_Account" )]
         string AccountTemplate,
            [IN ( false ), OUT, Description (
                "Reference to the instance of CIM_Account created "
                "when the method returns a value of 0." )]
         CIM_Account REF Account,
            [IN ( false ), OUT, Description (
                "Reference to the instances of CIM_Identity created "
                "when the method returns a value of 0. NULL if no "
                "such instances are created." )]
         CIM_Identity REF Identities[]);
   
   };


Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2