Click or drag to resize

IdentityLockoutValidator Class

Prevents that an ODW export changes the status of a locked identity to "active".
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.Assembly.BeforeSaveHandlersIdentityLockoutValidator

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 IdentityLockoutValidator : IAppStartInitializedClass

The IdentityLockoutValidator type exposes the following members.

Constructors
  NameDescription
Public methodIdentityLockoutValidator
Top
Methods
  NameDescription
Public methodStatic memberIdentityLockoutValidator_BeforeSave
The IDENTITYSTATUS can only be changed from "Locked" to "Active" if: The user is member of the "Operation administrators" group It is the system user or if the change is initiated from the Revoke lockout process which is executed in a securityoverride context
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