JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
de.uplanet.lucy.server.usermanager.workflow.event
Interface IUserLockedWorkflowEvent
All Superinterfaces:
IWorkflowEvent
@Scriptable
public interface
IUserLockedWorkflowEvent
extends
IWorkflowEvent
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getLoginDomain
()
Get the login domain of the user who has been locked.
String
getLoginName
()
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
.