Class QueryByCredentialIdStrategy

java.lang.Object
net.shibboleth.idp.plugin.authn.webauthn.storage.impl.QueryByCredentialIdStrategy
All Implemented Interfaces:
BiFunction<String,com.yubico.webauthn.data.ByteArray,List<StorageRecord<Set<CredentialRecord>>>>

public class QueryByCredentialIdStrategy extends Object implements BiFunction<String,com.yubico.webauthn.data.ByteArray,List<StorageRecord<Set<CredentialRecord>>>>
A query strategy that uses the specialised query functionality of the WebAuthnJDBCQueryAccelerator to load credentials from the datasource with the given credentialId.
Since:
1.3.0