Package | Description |
---|---|
org.glyptodon.guacamole.net.basic.rest.user |
Classes related to the user manipulation aspect of the Guacamole REST API.
|
Modifier and Type | Method and Description |
---|---|
APIUser |
UserRESTService.getUser(String authToken,
String authProviderIdentifier,
String username)
Retrieves an individual user.
|
Modifier and Type | Method and Description |
---|---|
List<APIUser> |
UserRESTService.getUsers(String authToken,
String authProviderIdentifier,
List<ObjectPermission.Type> permissions)
Gets a list of users in the given data source (UserContext), filtering
the returned list by the given permission, if specified.
|
Modifier and Type | Method and Description |
---|---|
String |
UserRESTService.createUser(String authToken,
String authProviderIdentifier,
APIUser user)
Creates a new user and returns the username.
|
void |
UserRESTService.updateUser(String authToken,
String authProviderIdentifier,
String username,
APIUser user)
Updates an individual existing user.
|
Constructor and Description |
---|
APIUserWrapper(APIUser apiUser)
Wrap a given APIUser to expose as a User.
|
Copyright © 2015. All rights reserved.