mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
Remove by username, not by User.
This commit is contained in:
@@ -77,11 +77,12 @@ public interface UserDirectory {
|
|||||||
void updateUser(User user) throws GuacamoleException;
|
void updateUser(User user) throws GuacamoleException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Removes the given User from the overall set of available Users.
|
* Removes the user with the given username from the overall set of
|
||||||
|
* available Users.
|
||||||
*
|
*
|
||||||
* @throws GuacamoleException If an error occurs while removing the user,
|
* @throws GuacamoleException If an error occurs while removing the user,
|
||||||
* or if removing user is not allowed.
|
* or if removing user is not allowed.
|
||||||
*/
|
*/
|
||||||
void removeUser(User user) throws GuacamoleException;
|
void removeUser(String username) throws GuacamoleException;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user