Interface IUserLockedWorkflowEvent

All Superinterfaces:
IWorkflowEvent

@Scriptable public interface IUserLockedWorkflowEvent extends IWorkflowEvent
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the login domain of the user who has been locked.
    Get the login name of the user who has been locked.
  • Method Details

    • getLoginName

      String getLoginName()
      Get the login name of the user who has been locked.
      Returns:
      The login name.
    • getLoginDomain

      String getLoginDomain()
      Get the login domain of the user who has been locked.
      Returns:
      The login domain, or null.