Uses of Class
tv.hd3g.authkit.mod.dto.validated.AddGroupOrRoleDto
Packages that use AddGroupOrRoleDto
-
Uses of AddGroupOrRoleDto in tv.hd3g.authkit.mod.controller
Methods in tv.hd3g.authkit.mod.controller with parameters of type AddGroupOrRoleDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Object>RestControllerUser.addGroup(AddGroupOrRoleDto newGroup) org.springframework.http.ResponseEntity<Object>RestControllerUser.addRole(AddGroupOrRoleDto newRole) org.springframework.http.ResponseEntity<Object>RestControllerUser.setGroupDescription(AddGroupOrRoleDto changeGroup) org.springframework.http.ResponseEntity<Object>RestControllerUser.setRoleDescription(AddGroupOrRoleDto changeRole) -
Uses of AddGroupOrRoleDto in tv.hd3g.authkit.mod.service
Methods in tv.hd3g.authkit.mod.service with parameters of type AddGroupOrRoleDtoModifier and TypeMethodDescriptionvoidAuthenticationService.addGroup(AddGroupOrRoleDto newGroup) voidAuthenticationServiceImpl.addGroup(AddGroupOrRoleDto newGroup) voidAuthenticationService.addRole(AddGroupOrRoleDto newRole) voidAuthenticationServiceImpl.addRole(AddGroupOrRoleDto newRole) voidAuthenticationService.setGroupDescription(AddGroupOrRoleDto changeGroup) voidAuthenticationServiceImpl.setGroupDescription(AddGroupOrRoleDto changeGroup) voidAuthenticationService.setRoleDescription(AddGroupOrRoleDto changeRole) voidAuthenticationServiceImpl.setRoleDescription(AddGroupOrRoleDto changeRole)