Uses of Class
org.ntnu.idi.idatt2106.sparesti.sparestibackend.model.Authenticator
Packages that use Authenticator
-
Uses of Authenticator in org.ntnu.idi.idatt2106.sparesti.sparestibackend.repository
Methods in org.ntnu.idi.idatt2106.sparesti.sparestibackend.repository that return types with arguments of type AuthenticatorModifier and TypeMethodDescriptionAuthenticatorRepository.findAllByCredentialId
(com.yubico.webauthn.data.ByteArray credentialId) Finds a list of biometric entries using their credential id'sAuthenticatorRepository.findAllByUser
(User user) Finds all biometric entries for a userAuthenticatorRepository.findByCredentialId
(com.yubico.webauthn.data.ByteArray credentialId) Finds an Authenticator object using its credential id, if it exists