public interface UserGroup extends Identifiable, Attributes, Permissions
Modifier and Type | Method and Description |
---|---|
RelatedObjectSet |
getMemberUserGroups()
Returns a set of all readable user groups that are members of this user
group.
|
RelatedObjectSet |
getMemberUsers()
Returns a set of all readable users that are members of this user group.
|
RelatedObjectSet |
getUserGroups()
Returns a set of all readable user groups of which this user group is a
member.
|
getIdentifier, setIdentifier
getAttributes, setAttributes
getActiveConnectionPermissions, getConnectionGroupPermissions, getConnectionPermissions, getSharingProfilePermissions, getSystemPermissions, getUserGroupPermissions, getUserPermissions
RelatedObjectSet getUserGroups() throws org.apache.guacamole.GuacamoleException
org.apache.guacamole.GuacamoleException
- If an error occurs while retrieving the user groups.RelatedObjectSet getMemberUsers() throws org.apache.guacamole.GuacamoleException
org.apache.guacamole.GuacamoleException
- If an error occurs while retrieving the users.RelatedObjectSet getMemberUserGroups() throws org.apache.guacamole.GuacamoleException
org.apache.guacamole.GuacamoleException
- If an error occurs while retrieving the user groups.Copyright © 2018. All rights reserved.