Class UserGroup

    • Constructor Detail

      • UserGroup

        public UserGroup​(Database database)
    • Method Detail

      • getUserGroupId

        public int getUserGroupId()
      • remove

        public void remove()
                    throws java.lang.SecurityException
        Description copied from interface: UserGroupMembership
        Removes this membership, removing the user from the group in the membership.
        Specified by:
        remove in interface UserGroupMembership
        Throws:
        java.lang.SecurityException - if there was a security violation removing the user from the group.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object