Chat now with support
Chat with Support

Identity Manager 9.0 LTS - Web Designer and Web Portal Changes

One Identity Manager
Compiling web projects with customizations Updating web applications Changes in Web Designer and in Web Portal 8.0 Changes in Web Designer and in Web Portal 7.1 Changes in Web Designer and in Web Portal 7.0

Removed virtual nodes

Component

Node identifier

Remarks

VI_ITShop_AccProductGroupSelector

AdditionalControls

Not supported anymore.

VI_ITShop_AccProductGroupList

SetSearchType

Not required anymore.

Removed virtual collections

These virtual collections have been removed. You can safely remove any mapping collections that refer to these collections.

Component

Collection name

Remarks

VI_Attestation_AttestationRuns_SendReminder

attestationruns

Use the ListOfAttestationRuns() function to pass a list of attestation runs.

Removed virtual properties

Component

Property

Remarks

VI_Attestation_AttestationRuns_SendReminder

uid_attestationpolicy

rundate

Use the ListOfAttestationRuns() function to pass a list of attestation runs.

VI_Interfaces_ObjectSwitch_Object_Overview

xobjectkey

Not required anymore.

VI_ITShop_AccProductGroupList

accproductwhereclause

Not required anymore.

VI_ITShop_AccProductGroupSelector

accproductwhereclause

searchtype

Not required anymore.

VI_Roles_AttestationCasesForObject

xobjectkey

Not required anymore.

VI_Roles_Membership

tablename

pk

display

xobjectkey

isforitshop

Not required anymore.

VI_Roles_UNSGroupInUNSGroup

tablename

Not required anymore.

VI.WebRuntime.dll API changes

The API changes were made mainly to support the new object layer including asynchronous operations. This has a couple of effects:

  1. Methods have been replaced by asynchronous implementations, and renamed to include an async suffix. For some methods, synchronous wrapper methods are available as extension methods. To use these methods, add a using VI.WebRuntime.Compatibility; directive to the consuming code.

  2. Synchronous events have been replaced by IAsyncObervable<T> implementations of the observer pattern.

  3. Methods that expect legacy argument types have been changed to support their successors:

    1. IColDef --> IMetaColumn

    2. ITableDef --> IMetaTable

    3. IConnection --> ISession

Note that this list is not exhaustive. For example, it does not include overriding method implementations that have been removed.

The list also does not include new interface members. For more information on a specific interface member, see the One Identity Manager Web Runtime documentation.

Related Documents

The document was helpful.

Select Rating

I easily found the information I needed.

Select Rating