Package org.keycloak.keys.infinispan
Class InfinispanCachePublicKeyProvider
java.lang.Object
org.keycloak.keys.infinispan.InfinispanCachePublicKeyProvider
- All Implemented Interfaces:
CachePublicKeyProvider
,Provider
-
Constructor Summary
ConstructorDescriptionInfinispanCachePublicKeyProvider
(KeycloakSession session, org.infinispan.Cache<String, PublicKeysEntry> keys) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Clears all the cached public keys, so they need to be loaded againvoid
close()
-
Constructor Details
-
InfinispanCachePublicKeyProvider
public InfinispanCachePublicKeyProvider(KeycloakSession session, org.infinispan.Cache<String, PublicKeysEntry> keys)
-
-
Method Details
-
clearCache
public void clearCache()Description copied from interface:CachePublicKeyProvider
Clears all the cached public keys, so they need to be loaded again- Specified by:
clearCache
in interfaceCachePublicKeyProvider
-
close
public void close()
-