Uses of Class
tv.hd3g.authkit.mod.entity.Group
-
Packages that use Group Package Description tv.hd3g.authkit.mod.dto.ressource tv.hd3g.authkit.mod.entity tv.hd3g.authkit.mod.repository -
-
Uses of Group in tv.hd3g.authkit.mod.dto.ressource
Constructors in tv.hd3g.authkit.mod.dto.ressource with parameters of type Group Constructor Description GroupOrRoleDto(Group group) -
Uses of Group in tv.hd3g.authkit.mod.entity
Methods in tv.hd3g.authkit.mod.entity that return types with arguments of type Group Modifier and Type Method Description Set<Group>Role. getGroups()Set<Group>User. getGroups() -
Uses of Group in tv.hd3g.authkit.mod.repository
Methods in tv.hd3g.authkit.mod.repository that return Group Modifier and Type Method Description GroupGroupRepository. getByName(String name)Methods in tv.hd3g.authkit.mod.repository that return types with arguments of type Group Modifier and Type Method Description List<Group>GroupRepository. getByUserUUID(String name)
-