GUACAMOLE-5: DirectoryResource deals with objects, not users.

This commit is contained in:
Michael Jumper
2016-07-12 21:40:58 -07:00
parent e4ed85cfcb
commit aeec3eca40

View File

@@ -130,8 +130,8 @@ public class DirectoryResource<InternalType extends Identifiable, ExternalType>
* *
* @param permissions * @param permissions
* The set of permissions to filter with. A user must have one or more * The set of permissions to filter with. A user must have one or more
* of these permissions for a user to appear in the result. * of these permissions for the affected objects to appear in the
* If null, no filtering will be performed. * result. If null, no filtering will be performed.
* *
* @return * @return
* A map of all visible objects. If a permission was specified, this * A map of all visible objects. If a permission was specified, this