Share via


CLMUtils

The CLMUtils class provides a set of utility methods that can be used to create new requests for CLM. CLMUtils is not the only way to provision requests for CLM; however it does provide built in logic for request provisioning.

The CLMUtils class is derived from the System.Object class.

Public Constructors

The CLMUtils class has the following public constructor.

Constructor Description
CLMUtils

Creates an instance of the CLMUtils class.

Public Methods

The CLMUtils class has the following public methods.

Method Description
CLMUtils.CreateEnrollRequest(ConnectedMA, Guid, String)

Creates an enroll request in CLM.

CLMUtils.CreateLinkedTempCardRequest(ConnectedMA, Guid, String)

Creates a temporary card request in CLM for an existing profile.

CLMUtils.CreateUnlinkedTempCardRequest(ConnectedMA, Guid, String)

Creates a temporary card request in CLM that is not linked to an existing profile.

CLMUtils.CreateDisableRequest(ConnectedMA, Guid, String)

Creates a disable request in CLM.

CLMUtils.CreateDuplicateRequest(ConnectedMA, Guid, String, Int16)

Creates a disable request in CLM.

CLMUtils.CreateOnlineUpdateRequest(ConnectedMA, Guid, String)

Creates an online update request in CLM.

CLMUtils.CreateRecoverOnBehalfRequest(ConnectedMA, Guid, String)

Creates a recover on behalf of request in CLM.

CLMUtils.CreateRecoverRequest(ConnectedMA, Guid, String)

Creates a recover request in CLM.

CLMUtils.CreateReinstateRequest(ConnectedMA, Guid, String)

Creates a reinstate request in CLM.

CLMUtils.CreateRetireRequest(ConnectedMA, Guid, String)

Creates a retire request in CLM.

CLMUtils.CreateSuspendRequest(ConnectedMA, Guid, String)

Creates a suspend request in CLM.

CLMUtils.CreateTempCardDisableRequest(ConnectedMA, Guid, String)

Creates a disable request for associated temporary cards in CLM.

CLMUtils.CreateTempCardRetireRequest(ConnectedMA, Guid, String)

Creates a retire request for associated temporary cards in CLM.

CLMUtils.GetConnectedProfiles(ConnectedMA)

Retrieves a list of the profiles that are connected to the MVEntry that is being evaluated.

CLMUtils.GetConnectedProfiles(ConnectedMA, Guid)

Retrieves a list of the profiles that are connected to the MVEntry that is being evaluated.

CLMUtils.GetConnectedRequests(ConnectedMA)

Retrieves a list of the requests that are connected to the MVEntry that is being evaluated.

CLMUtils.GetConnectedRequests(ConnectedMA, Guid)

Retrieves a list of the requests that are connected to the MVEntry that is being evaluated.

CLMUtils.GetProfileUuidFromProfileTemplateName(String, ConnectedMA)

Gets the Uuid in the format of a Guid of the profile based on the profile template name and the target CLM MA.

Requirements

Product Microsoft Identity Integration Server 2003 SP2
Namespace CLMUtils
Assembly CLMUtils
.NET Framework .NET Framework 3.0

Send comments about this topic to Microsoft

Build date: 2/16/2009