Uses of Class
tv.hd3g.authkit.mod.dto.ressource.GroupOrRoleDto
-
Packages that use GroupOrRoleDto Package Description tv.hd3g.authkit.mod.controller tv.hd3g.authkit.mod.service -
-
Uses of GroupOrRoleDto in tv.hd3g.authkit.mod.controller
Methods in tv.hd3g.authkit.mod.controller that return types with arguments of type GroupOrRoleDto Modifier and Type Method Description org.springframework.http.ResponseEntity<ItemListDto<GroupOrRoleDto>>RestControllerUser. listAllGroups()org.springframework.http.ResponseEntity<ItemListDto<GroupOrRoleDto>>RestControllerUser. listAllRoles()org.springframework.http.ResponseEntity<ItemListDto<GroupOrRoleDto>>RestControllerUser. listGroupsForUser(@NotEmpty String _userUUID)org.springframework.http.ResponseEntity<ItemListDto<GroupOrRoleDto>>RestControllerUser. listLinkedGroupsForRole(@NotEmpty String _roleName)org.springframework.http.ResponseEntity<ItemListDto<GroupOrRoleDto>>RestControllerUser. listRolesForGroup(@NotEmpty String _groupName) -
Uses of GroupOrRoleDto in tv.hd3g.authkit.mod.service
Methods in tv.hd3g.authkit.mod.service that return types with arguments of type GroupOrRoleDto Modifier and Type Method Description List<GroupOrRoleDto>AuthenticationService. listAllGroups()List<GroupOrRoleDto>AuthenticationServiceImpl. listAllGroups()List<GroupOrRoleDto>AuthenticationService. listAllRoles()List<GroupOrRoleDto>AuthenticationServiceImpl. listAllRoles()List<GroupOrRoleDto>AuthenticationService. listGroupsForUser(String userUUID)List<GroupOrRoleDto>AuthenticationServiceImpl. listGroupsForUser(String userUUID)List<GroupOrRoleDto>AuthenticationService. listLinkedGroupsForRole(String roleName)List<GroupOrRoleDto>AuthenticationServiceImpl. listLinkedGroupsForRole(String roleName)List<GroupOrRoleDto>AuthenticationService. listRolesForGroup(String groupName)List<GroupOrRoleDto>AuthenticationServiceImpl. listRolesForGroup(String groupName)
-