Class QueryByAllStrategy

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

public class QueryByAllStrategy extends Object implements BiFunction<String,com.yubico.webauthn.data.ByteArray,List<StorageRecord<Set<CredentialRecord>>>>
A query strategy that loads all known credentials from the datasource based on the storage context label.
Since:
1.3.0