Package org.keycloak.keys.infinispan
Class InfinispanCachePublicKeyProvider
- java.lang.Object
-
- org.keycloak.keys.infinispan.InfinispanCachePublicKeyProvider
-
- All Implemented Interfaces:
CachePublicKeyProvider,Provider
public class InfinispanCachePublicKeyProvider extends Object implements CachePublicKeyProvider
-
-
Constructor Summary
Constructors Constructor Description InfinispanCachePublicKeyProvider(KeycloakSession session, org.infinispan.Cache<String,PublicKeysEntry> keys)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearCache()Clears all the cached public keys, so they need to be loaded againvoidclose()
-
-
-
Constructor Detail
-
InfinispanCachePublicKeyProvider
public InfinispanCachePublicKeyProvider(KeycloakSession session, org.infinispan.Cache<String,PublicKeysEntry> keys)
-
-
Method Detail
-
clearCache
public void clearCache()
Description copied from interface:CachePublicKeyProviderClears all the cached public keys, so they need to be loaded again- Specified by:
clearCachein interfaceCachePublicKeyProvider
-
-