Uses of Class
tv.hd3g.authkit.mod.dto.validated.AddGroupOrRoleDto
-
Packages that use AddGroupOrRoleDto Package Description tv.hd3g.authkit.mod.controller tv.hd3g.authkit.mod.service -
-
Uses of AddGroupOrRoleDto in tv.hd3g.authkit.mod.controller
Methods in tv.hd3g.authkit.mod.controller with parameters of type AddGroupOrRoleDto Modifier and Type Method Description org.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 AddGroupOrRoleDto Modifier and Type Method Description voidAuthenticationService. 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)
-