Uses of Class
tv.hd3g.authkit.mod.dto.ressource.GroupOrRoleDto
Packages that use GroupOrRoleDto
-
Uses of GroupOrRoleDto in tv.hd3g.authkit.mod.controller
Methods in tv.hd3g.authkit.mod.controller that return types with arguments of type GroupOrRoleDtoModifier and TypeMethodDescriptionorg.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 GroupOrRoleDtoModifier and TypeMethodDescriptionAuthenticationService.listAllGroups()AuthenticationServiceImpl.listAllGroups()AuthenticationService.listAllRoles()AuthenticationServiceImpl.listAllRoles()AuthenticationService.listGroupsForUser(String userUUID) AuthenticationServiceImpl.listGroupsForUser(String userUUID) AuthenticationService.listLinkedGroupsForRole(String roleName) AuthenticationServiceImpl.listLinkedGroupsForRole(String roleName) AuthenticationService.listRolesForGroup(String groupName) AuthenticationServiceImpl.listRolesForGroup(String groupName)