IVisuUserMgmt2.CheckTemporaryLockedUser (METH) ¶ METHOD CheckTemporaryLockedUser : BOOL needed for restricted login settings Users, who are temporarily locked out, have to be checked and activated again after the set time InOut: Scope Name Type Return CheckTemporaryLockedUser BOOL
IVisuUserMgmt2.CheckUserWithTempLockout (PROP) ¶ PROPERTY CheckUserWithTempLockout : BOOL When a first user gets locked out, the login provider sets the value to true
IVisuUserMgmt2.CurrentUserLockoutTime (PROP) ¶ PROPERTY CurrentUserLockoutTime : INT A user is lockedout right now. Get/set the lockout time duration
OnUserManagementDialogClosed (FUN) ¶ FUNCTION OnUserManagementDialogClosed : BOOL InOut: Scope Name Type Return OnUserManagementDialogClosed BOOL Input pClientData POINTER TO VisuElems.VisuStructClientData
OpenChangePasswordDialog (FUN) ¶ FUNCTION OpenChangePasswordDialog : BOOL InOut: Scope Name Type Return OpenChangePasswordDialog BOOL Input pClientData POINTER TO VisuElems.VisuStructClientData
OpenChangePasswordDialog2 (FUN) ¶ FUNCTION OpenChangePasswordDialog2 This function is a replacement of function OpenChangePasswordDialog. It also gets an IVisualElement instance, that opens the dialog and that will get the notification if the dialog is closed. InOut: Scope Name Type Comment Input pClientData POINTER TO VisuElems.VisuStructClientData itfVisualElement VisuElems.IVisualElement The IVisualElement instance, that opens the dialog
OpenChangePasswordDialog3 (FUN) ¶ FUNCTION OpenChangePasswordDialog3 This function extends OpenChangePasswordDialog2 by a new parameter ‘pPosition’ to set the dialog position. InOut: Scope Name Type Comment Input pClientData POINTER TO VisuElems.VisuStructClientData itfVisualElement VisuElems.IVisualElement The IVisualElement instance, that opens the dialog pPosition POINTER TO VisuElems.VisuStructSimpleRectangle position of the dialog value 0 (pointer NULL): open centered on visualization values in ptTopLeft: topleft x and y for the dialog
OpenLoginDialog (FUN) ¶ FUNCTION OpenLoginDialog : BOOL InOut: Scope Name Type Return OpenLoginDialog BOOL Input pClientData POINTER TO VisuElems.VisuStructClientData
OpenLoginDialog2 (FUN) ¶ FUNCTION OpenLoginDialog2 This function is a replacement of function OpenLoginDialog. It also gets an IVisualElement instance, that opens the dialog and that will get the notification if the dialog is closed. InOut: Scope Name Type Comment Input pClientData POINTER TO VisuElems.VisuStructClientData itfVisualElement VisuElems.IVisualElement The IVisualElement instance, that opens the dialog
OpenLoginDialog3 (FUN) ¶ FUNCTION OpenLoginDialog3 This function extends OpenLoginDialog2 by a new parameter ‘pPosition’ to set the dialog position. InOut: Scope Name Type Comment Input pClientData POINTER TO VisuElems.VisuStructClientData itfVisualElement VisuElems.IVisualElement The IVisualElement instance, that opens the dialog pPosition POINTER TO VisuElems.VisuStructSimpleRectangle position of the dialog value 0 (pointer NULL): open centered on visualization values in ptTopLeft: topleft x and y for the dialog