Click or drag to resize

IdentityLockoutValidatorIdentityLockoutValidator_BeforeSave Method

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

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 static void IdentityLockoutValidator_BeforeSave(
	BeforeDataObjectSaveEventArgs eventArgs
)

Parameters

eventArgs
Type: Omada.OE.AppLogicBeforeDataObjectSaveEventArgs
See Also