WS-Management > WS-Management Class Reference > CIM Classes > CIM_AccountManagementCapabilities

Class CIM_AccountManagementCapabilities

Used in features: Simple Identity , Role Based
Compatible with the following Intel AMT Releases: 3.2, 4.0, 5.0, 5.1, 6.0, 6.1, 6.2, 7.0, 8.0, 8.1, 9.0, 9.5, 10.0, 11.0
CIM_ManagedElement
   extended by CIM_Capabilities
      extended by CIM_EnabledLogicalElementCapabilities
         extended by CIM_AccountManagementCapabilities


class CIM_AccountManagementCapabilities
extends CIM_EnabledLogicalElementCapabilities

General Information:
AccountManagementCapabilities describes the capabilities supported for managing Accounts associated with an instance of AccountManagementService. AccountManagementCapabilities is associated with an instance of AccountManagementService through the ElementCapabilities association.

Qualifiers:
-------------
Version=2.23.0
UMLPackagePath=CIM::User::Account


Supported Fields Summary
 uint16[4] RequestedStatesSupported
RequestedStatesSupported indicates the possible states that can be requested when using the method RequestStateChange on the EnabledLogicalElement.
 boolean ElementNameEditSupported
Boolean indicating whether the ElementName can be modified.
 string InstanceID Key
Within the scope of the instantiating Namespace, InstanceID opaquely and uniquely identifies an instance of this class . . .
 string ElementName
The user friendly name for this instance of Capabilities . . .
 uint16[4] OperationsSupported
OperationsSupported describes the type of operations that are supported for an Account associated with the AccountManagementService. "Create" indicates the AccountManagementService may be used to create new accounts. "Modify" indicates that the associated Accounts may be modified. "Delete" indicates that associated Accounts may be deleted.
 uint16[] SupportedUserPasswordEncryptionAlgorithms
This property enumerates encryption algorithms that a client may use to encrypt a value in the UserPassword property when creating or modifying an instance of CIM_Account . . .
 string UserPasswordEncryptionSalt
A value unique to the specific WBEM server that may be used in the selected UserPassword encryption algorithm to ensure a value that is unique among all WBEM servers even if a user uses the same password on multiple WBEM servers.

Methods Summary
  Get(Instance)
Gets the representation of the instance
  Pull(EnumerationContext, MaxElements)
Pulls instances of this class, following an Enumerate operation
  Enumerate()
Enumerates the instances of this class
  Release(EnumerationContext)
Releases an enumeration context

Field Detail

RequestedStatesSupported

public uint16[4] RequestedStatesSupported
General Information:
RequestedStatesSupported indicates the possible states that can be requested when using the method RequestStateChange on the EnabledLogicalElement.

Qualifiers:
-------------
ValueMap={2, 3, 4, 6, 7, 8, 9, 10, 11}
Values={Enabled, Disabled, Shut Down, Offline, Test, Defer, Quiesce, Reboot, Reset}
ModelCorrespondence={CIM_EnabledLogicalElement.RequestStateChange}


ElementNameEditSupported

public boolean ElementNameEditSupported
General Information:
Boolean indicating whether the ElementName can be modified.

Qualifiers:
-------------
MappingStrings={FC-SWAPI.INCITS-T11|SWAPI_UNIT_CONFIG_CAPS_T|EditName}
ModelCorrespondence={CIM_ManagedElement.ElementName}


InstanceID Key

public string InstanceID
General Information:
Within the scope of the instantiating Namespace, InstanceID opaquely and uniquely identifies an instance of this class. In order to ensure uniqueness within the NameSpace, the value of InstanceID SHOULD be constructed using the following 'preferred' algorithm:
<OrgID>:<LocalID>
Where <OrgID> and <LocalID> are separated by a colon ':', and where <OrgID> MUST include a copyrighted, trademarked or otherwise unique name that is owned by the business entity creating/defining the InstanceID, or is a registered ID that is assigned to the business entity by a recognized global authority (This is similar to the <Schema Name>_<Class Name> structure of Schema class names.) In addition, to ensure uniqueness <OrgID> MUST NOT contain a colon (':'). When using this algorithm, the first colon to appear in InstanceID MUST appear between <OrgID> and <LocalID>.
<LocalID> is chosen by the business entity and SHOULD not be re-used to identify different underlying (real-world) elements. If the above 'preferred' algorithm is not used, the defining entity MUST assure that the resultant InstanceID is not re-used across any InstanceIDs produced by this or other providers for this instance's NameSpace.
For DMTF defined instances, the 'preferred' algorithm MUST be used with the <OrgID> set to 'CIM'.

Product Specific Usage:
Additional Notes:
1) 'Max Length' qualifier in Intel AMT Release 3.2 and earlier releases is '50'.
2) In Intel AMT Release 6.0 and later releases value is "Intel(r) AMT:AccountManagementCapabilities"

Qualifiers:
-------------
Key
Override=InstanceID
MaxLen=44


ElementName

public string ElementName
General Information:
The user friendly name for this instance of Capabilities. In addition, the user friendly name can be used as a index property for a search of query. (Note: Name does not have to be unique within a namespace.)

Product Specific Usage:
In Intel AMT Release 6.0 and later releases value is "Account Management Capabilities"

Qualifiers:
-------------
Required
Override=ElementName
MaxLen=32


OperationsSupported

public uint16[4] OperationsSupported
General Information:
OperationsSupported describes the type of operations that are supported for an Account associated with the AccountManagementService.
"Create" indicates the AccountManagementService may be used to create new accounts.
"Modify" indicates that the associated Accounts may be modified.
"Delete" indicates that associated Accounts may be deleted.

Qualifiers:
-------------
ValueMap={2, 3, 4, .., 0x8000..0xFFFF}
Values={Create, Modify, Delete, DMTF Reserved, Vendor Reserved}


SupportedUserPasswordEncryptionAlgorithms

public uint16[] SupportedUserPasswordEncryptionAlgorithms
General Information:
This property enumerates encryption algorithms that a client may use to encrypt a value in the UserPassword property when creating or modifying an instance of CIM_Account. This capability is aimed at ensuring some measure of confidentiality when the password is transferred over an unencrypted transport protocol. An implementation may elect to accept only encrypted passwords, without regard to whether the transport protocol is encrypted. Similarly, a a client may elect to always provide encrypted passwords to implementations that accept either unencrypted or encrypted passwords, even if the underlying transport protocol is encrypted.
See CIM_Account property UserPasswordEncryptionAlgorithm for a description of each enum value.

Product Specific Usage:
Additional Notes:
1) 'Array Max Length' qualifier in Intel AMT Release 3.2 is '2'.

Qualifiers:
-------------
ValueMap={0, 1, 2, ..}
Values={None, Other, HTTP Digest MD5(A1), DMTF Reserved}
ModelCorrespondence={CIM_Account.UserPasswordEncryptionAlgorithm, CIM_AccountManagementCapabilities.OtherSupportedUserPasswordEncryptionAlgorithms}


UserPasswordEncryptionSalt

public string UserPasswordEncryptionSalt
General Information:
A value unique to the specific WBEM server that may be used in the selected UserPassword encryption algorithm to ensure a value that is unique among all WBEM servers even if a user uses the same password on multiple WBEM servers.

Product Specific Usage:
This is a read-only property.

Qualifiers:
-------------
ModelCorrespondence={CIM_Account.UserPasswordEncryptionAlgorithm}
MaxLen=256


Method Detail

Get

public  Get([OUT]CIM_AccountManagementCapabilities Instance)
Permission Information:
This method is accessible from any realm

General Information:
Gets the representation of the instance

Pull

public  Pull([IN]String EnumerationContext, [IN]String MaxElements)
Permission Information:
All users permitted to use method, only instances to whom the user has permissions will be returned

General Information:
Pulls instances of this class, following an Enumerate operation

Enumerate

public  Enumerate()
Permission Information:
All users permitted to use method

General Information:
Enumerates the instances of this class

Release

public  Release([IN]String EnumerationContext)
Permission Information:
All users permitted to use method

General Information:
Releases an enumeration context

Copyright © 2006-2022, Intel Corporation. All rights reserved.