Uses of Record Class
org.ntnu.idi.idatt2106.sparesti.sparestibackend.dto.user.BioAuthRequest
Packages that use BioAuthRequest
Package
Description
-
Uses of BioAuthRequest in org.ntnu.idi.idatt2106.sparesti.sparestibackend.controller
Methods in org.ntnu.idi.idatt2106.sparesti.sparestibackend.controller with parameters of type BioAuthRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<LoginRegisterResponse> AuthenticationController.finishLogin
(String username, BioAuthRequest credential) Completes the biometric authentication login process for a user.org.springframework.http.ResponseEntity
<Void> AuthenticationController.finishRegistration
(BioAuthRequest credential, org.springframework.security.core.userdetails.UserDetails userDetails) Completes the passkey authentication registration process for a user. -
Uses of BioAuthRequest in org.ntnu.idi.idatt2106.sparesti.sparestibackend.mapper
Methods in org.ntnu.idi.idatt2106.sparesti.sparestibackend.mapper with parameters of type BioAuthRequestModifier and TypeMethodDescriptionBioAuthMapper.credentialToString
(BioAuthRequest credential) Maps a BioAuthRequest entity to a string -
Uses of BioAuthRequest in org.ntnu.idi.idatt2106.sparesti.sparestibackend.service
Methods in org.ntnu.idi.idatt2106.sparesti.sparestibackend.service with parameters of type BioAuthRequestModifier and TypeMethodDescriptionAuthenticationService.finishBioAuthLogin
(String username, BioAuthRequest credential) Finishes the biometric authentication login process.void
AuthenticationService.finishBioAuthRegistration
(String username, BioAuthRequest credential) Finishes the biometric authentication registration process.