SUMMARY: NESTED | FIELD | | METHOD |
DETAIL: FIELD | METHOD |
CIM_ManagedElementCIM_Credential
Abstract class CIM_Credential
General Information:
Subclasses of CIM_Credential define materials, information or other data which are used to establish identity. Generally, there may be some shared information, or credential material which is used to identify and authenticate an entity in the process of gaining access to, or permission to use, resources. Such credential material may be used to authenticate an entity's identity initially, as done by a CIM_AuthenticationService, and additionally on an ongoing basis (for example, during the course of a connection or other security association), as proof that each received message or communication came from a valid 'user' of that credential material.
Qualifiers:
-------------
Abstract
Version=2.8.0
Supported Fields Summary | |
---|---|
string |
ElementName
A user-friendly name for the object . . . |
string |
Description
The Description property provides a textual description of the object. |
string |
Caption
The Caption property is a short textual description (one- line string) of the object. |
datetime |
Issued
The date and time when the credential was issued . . . |
datetime |
Expires
The date and time when the credential expires (and is not appropriate for use for authentication/ authorization) . . . |
Methods Summary | |
---|---|
|
Create(Instance, ResourceCreated)
Creates a new instance of this class |
|
Put(Instance)
Changes properties of the selected instance |
|
Get(Instance)
Gets the representation of the instance |
|
Delete()
Deletes an 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 |
|
Subscribe()
Subscribes to this resource (WS-Eventing) |
|
Unsubscribe()
Remove subscription to this resource (WS-Eventing) |
Field Detail |
---|
public string ElementName
public string Description
public string Caption
public datetime Issued
public datetime Expires
Method Detail |
---|
public Create([IN]CIM_Credential Instance, [OUT] REF CIM_Credential ResourceCreated)
public Put([IN]CIM_Credential Instance)
public Get([OUT]CIM_Credential Instance)
public Delete()
public Pull([IN]String EnumerationContext, [IN]String MaxElements)
public Enumerate()
public Release([IN]String EnumerationContext)
public Subscribe()
public Unsubscribe()
SUMMARY: NESTED | FIELD | METHOD |
DETAIL: FIELD | METHOD |