Class ReadAllCacheLoadingStrategy
java.lang.Object
net.shibboleth.idp.plugin.authn.webauthn.storage.impl.ReadAllCacheLoadingStrategy
- All Implemented Interfaces:
Function<String,List<StorageRecord<Set<CredentialRecord>>>>
public class ReadAllCacheLoadingStrategy
extends Object
implements Function<String,List<StorageRecord<Set<CredentialRecord>>>>
A cache loading strategy that loads all known credentials from the datasource.
- Since:
- 1.3.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final org.slf4j.LoggerClass logger.private final WebAuthnJDBCReadAllAcceleratorThe query accelerator used to lookup credentials. -
Constructor Summary
ConstructorsConstructorDescriptionConstructor. -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
log
@Nonnull private final org.slf4j.Logger logClass logger. -
queryAccelerator
The query accelerator used to lookup credentials.
-
-
Constructor Details
-
ReadAllCacheLoadingStrategy
Constructor.- Parameters:
accelerator- the JDBC accelerator to use.
-
-
Method Details
-
apply
- Specified by:
applyin interfaceFunction<String,List<StorageRecord<Set<CredentialRecord>>>>
-