Uses of Class
com.jadaptive.webauthn.server.model.CredentialRegistration
Packages that use CredentialRegistration
-
Uses of CredentialRegistration in com.jadaptive.webauthn.server.storage
Methods in com.jadaptive.webauthn.server.storage that return types with arguments of type CredentialRegistrationModifier and TypeMethodDescriptionRegistrationStorage.getRegistrationByUsernameAndCredentialId(String username, com.yubico.webauthn.data.ByteArray credentialId) RegistrationStorage.getRegistrationsByUserHandle(com.yubico.webauthn.data.ByteArray userHandle) RegistrationStorage.getRegistrationsByUsername(String username) Methods in com.jadaptive.webauthn.server.storage with parameters of type CredentialRegistrationModifier and TypeMethodDescriptionbooleanRegistrationStorage.addRegistrationByUsername(String username, CredentialRegistration reg) booleanRegistrationStorage.removeRegistrationByUsername(String username, CredentialRegistration credentialRegistration)