Click or drag to resize

EmergencyLockout Class

Contains logic related to the Emergency lockout feature
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.Assembly.PackagedSolutionEmergencyLockout

Namespace:  Omada.OE.Solution.OIM.Assembly.PackagedSolution
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public class EmergencyLockout

The EmergencyLockout type exposes the following members.

Constructors
  NameDescription
Public methodEmergencyLockout
Top
Methods
  NameDescription
Public methodQueueIdentitiesForLockOut
Queues the locked out identities for calculation with High priority
Public methodRevokeIdentityStatus
Revokes identity to the value before the current "Locked" status. If no previous value is found, the identity is set to Active.
Public methodValidateIdentities
Validate that the identities selected in the identities ref property in one of the emergency lockout processes, is valid according to the filterings on the view. This is to prevent tampering of clientside identityids, as the identitystatus of the identities are changed in the context of the SYSTEM user.
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
See Also