Package | Description |
---|---|
com.uc4.communication.requests |
This package contains request classes that can be sent using the
Connection class. |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<UserListItem> |
UserList.iterator()
Returns an Iterator which can be used to step through the
UserListItem . |
Constructor and Description |
---|
ActivateLDAPConnection(UserListItem user)
Creates a new request to activate the LDAP connection of a user in the user list.
|
DeactivateLDAPConnection(UserListItem user)
Creates a new request to activate the LDAP connection of a user in the user list.
|
DeleteObject(UserListItem user)
Constructs a
DeleteObject to remove a user based on the user list in the system overview. |
DeleteObject(UserListItem[] users)
Constructs a
DeleteObject to remove multiple users. |
DisconnectUser(UserListItem user)
Creates a new
DisconnectUser request. |
ObjectStatistics(UserListItem user)
Creates a request to read the statistics of a user object.
|
OpenObject(UserListItem user)
Opens a user object based on an entry in the user list of the system overview.
|
SynchronizeLDAP(UserListItem userItem)
Creates a new
SynchronizeLDAP request in another client. |
TaskDetails(UserListItem user)
Creates a new request to read the details of a logged on user.
|
Constructor and Description |
---|
ActivateLDAPConnection(java.util.List<UserListItem> users)
Constructs a
ActivateLDAPConnection using multiple users. |
DeactivateLDAPConnection(java.util.List<UserListItem> users)
Constructs a
DeactivateLDAPConnection using multiple users. |
DisconnectUser(java.util.List<UserListItem> users)
Creates a new
DisconnectUser group request. |