Click or drag to resize

IdentityOrgUnitGraceHandler Class

Creates a ContextAssignment data object when an identity's org.unit is changed. The ContextAssignment is only valid for the number of days configured in the org unit context type The purpose of it is to ensure that the identity keeps his access in a grace period ///
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.Assembly.AfterSaveHandlersIdentityOrgUnitGraceHandler

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

The IdentityOrgUnitGraceHandler type exposes the following members.

Constructors
Methods
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