Uses of Class
org.ntnu.idi.idatt2106.sparesti.sparestibackend.exception.config.ChallengeConfigNotFoundException
Packages that use ChallengeConfigNotFoundException
Package
Description
-
Uses of ChallengeConfigNotFoundException in org.ntnu.idi.idatt2106.sparesti.sparestibackend.controller
Methods in org.ntnu.idi.idatt2106.sparesti.sparestibackend.controller that throw ChallengeConfigNotFoundExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<ChallengeConfigDTO> ChallengeConfigController.getChallengeConfig
(org.springframework.security.core.userdetails.UserDetails userDetails) Gets a user's challenge configorg.springframework.http.ResponseEntity
<ChallengeConfigDTO> ChallengeConfigController.updateChallengeConfig
(ChallengeConfigDTO challengeConfigDTO, org.springframework.security.core.userdetails.UserDetails userDetails) Updates a user's challenge config -
Uses of ChallengeConfigNotFoundException in org.ntnu.idi.idatt2106.sparesti.sparestibackend.service
Methods in org.ntnu.idi.idatt2106.sparesti.sparestibackend.service that throw ChallengeConfigNotFoundExceptionModifier and TypeMethodDescriptionUserConfigService.getChallengeConfig
(String username) Gets the challenge config of a user