Uses of Interface
net.shibboleth.idp.plugin.authn.webauthn.storage.impl.CacheService
Packages that use CacheService
Package
Description
This package has storage implementations for WebAuthn.
-
Uses of CacheService in net.shibboleth.idp.plugin.authn.webauthn.storage.impl
Classes in net.shibboleth.idp.plugin.authn.webauthn.storage.impl that implement CacheServiceModifier and TypeClassDescriptionfinal classAn implementation of aCacheServicethat handles the consistent conversion betweenCredentialRecords and username cache entries using the supplied strategies.classA no-op implementation of aCacheService.Fields in net.shibboleth.idp.plugin.authn.webauthn.storage.impl declared as CacheServiceModifier and TypeFieldDescriptionprivate CacheServiceIdPStorageServiceCredentialRepository.credentialIdMappingCacheServiceThe service used to manage the credentialId to username mapping cache.private CacheServiceIdPStorageServiceCredentialRepository.userHandleMappingCacheServiceThe service used to manage the userHandle to username mapping cache.Methods in net.shibboleth.idp.plugin.authn.webauthn.storage.impl that return CacheServiceModifier and TypeMethodDescriptionprotected CacheServiceIdPStorageServiceCredentialRepository.getCredentialIdMappingCacheService()Get the credentialId to username cache service for testing.protected CacheServiceIdPStorageServiceCredentialRepository.getUserHandleMappingCacheService()Get the userHandle to username cache service for testing.Methods in net.shibboleth.idp.plugin.authn.webauthn.storage.impl with parameters of type CacheServiceModifier and TypeMethodDescriptionvoidIdPStorageServiceCredentialRepository.setCredentialIdMappingCacheService(CacheService cache) Set the credentialId to username cache service.voidIdPStorageServiceCredentialRepository.setUserHandleMappingCacheService(CacheService cache) Set the userHandle to username cache service.