Click or drag to resize

IdentityKeyAssignment Class

Ensures that new non-ODW identities are assigned a unique OISID, e.g. identities from CIAM or the Onboard Contractor process.
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.Assembly.BeforeSaveHandlersIdentityKeyAssignment

Namespace:  Omada.OE.Solution.OIM.Assembly.BeforeSaveHandlers
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public class IdentityKeyAssignment : IAppStartInitializedClass

The IdentityKeyAssignment type exposes the following members.

Constructors
  NameDescription
Public methodIdentityKeyAssignment
Top
Methods
  NameDescription
Public methodStatic memberIdentityKeyAssignment_BeforeSave
If the OISID property for a new identity does not have a value, then it is assigned the next value, excluding values from 1 billion and above which are reserved for ODW.
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
Explicit Interface Implementations
See Also