Interface UserGroup

    • Method Detail

      • getUserGroups

        RelatedObjectSet getUserGroups()
                                throws org.apache.guacamole.GuacamoleException
        Returns a set of all readable user groups of which this user group is a member. If permission is granted for the current user to modify the membership of this user group, then the returned set will be mutable, and any such modifications should be made through changes to the returned set.
        Returns:
        The set of all readable user groups of which this user group is a member.
        Throws:
        org.apache.guacamole.GuacamoleException - If an error occurs while retrieving the user groups.
      • getMemberUsers

        RelatedObjectSet getMemberUsers()
                                 throws org.apache.guacamole.GuacamoleException
        Returns a set of all readable users that are members of this user group. If permission is granted for the current user to modify the members of this group, then the returned set will be mutable, and any such modifications should be made through changes to the returned set.
        Returns:
        The set all readable users that are members of this user group, which may be mutable.
        Throws:
        org.apache.guacamole.GuacamoleException - If an error occurs while retrieving the users.
      • getMemberUserGroups

        RelatedObjectSet getMemberUserGroups()
                                      throws org.apache.guacamole.GuacamoleException
        Returns a set of all readable user groups that are members of this user group. If permission is granted for the current user to modify the members of this group, then the returned set will be mutable, and any such modifications should be made through changes to the returned set.
        Returns:
        The set of all readable user groups that are members of this user group, which may be mutable.
        Throws:
        org.apache.guacamole.GuacamoleException - If an error occurs while retrieving the user groups.