Class GroupMember

    • Constructor Detail

      • GroupMember

        public GroupMember​(org.hibernate.Session session,
                           String groupId,
                           String principalId)
        Creates a group member.
        Parameters:
        groupId - the group the member belongs to.
        principalId - the member identifier.
        Since:
        6.2.0
    • Method Detail

      • getPrincipalType

        public int getPrincipalType()