public class SynchronizeLDAP extends XMLRequest
| Constructor and Description |
|---|
SynchronizeLDAP(UC4UserName user)
Creates a new
SynchronizeLDAP request. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDistinguishedName()
Returns the distinguished name of the user.
|
java.lang.String |
getEmail()
Returns the email address of the user or
null if this request has not been sent. |
java.lang.String |
getFirstName()
Returns the first name of the user or
null if this request has not been sent. |
java.lang.String |
getLastName()
Returns the last name of the user or
null if this request has not been sent. |
boolean |
isActive()
Returns
true if the user is active, false if inactive. |
boolean |
isLocked()
Returns
true if the user is locked. |
getAllMessageBoxes, getMessageBox, getRequestID, handleResponse, sendpublic SynchronizeLDAP(UC4UserName user)
SynchronizeLDAP request.user - Name of the UC4 userpublic boolean isActive()
true if the user is active, false if inactive.
Active means that the user can log on to the UC4 system.public boolean isLocked()
true if the user is locked.
The repeated indication of a wrong password has the effect that a user is locked.public java.lang.String getFirstName()
null if this request has not been sent.public java.lang.String getLastName()
null if this request has not been sent.public java.lang.String getEmail()
null if this request has not been sent.public java.lang.String getDistinguishedName()