Uses of Class
tv.hd3g.authkit.mod.dto.validated.AddUserDto
Packages that use AddUserDto
-
Uses of AddUserDto in tv.hd3g.authkit.mod.controller
Methods in tv.hd3g.authkit.mod.controller with parameters of type AddUserDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<CreatedUserDto>RestControllerUser.addUser(AddUserDto addUser) -
Uses of AddUserDto in tv.hd3g.authkit.mod.service
Methods in tv.hd3g.authkit.mod.service with parameters of type AddUserDtoModifier and TypeMethodDescriptionAuthenticationService.addUser(AddUserDto addUser) AuthenticationServiceImpl.addUser(AddUserDto addUser) default voidValidPasswordPolicyService.checkPasswordValidation(AddUserDto addUser, ValidPasswordPolicyService.PasswordValidationLevel level)