Package org.keycloak.crl.infinispan
Class InfinispanCacheCrlProvider
java.lang.Object
org.keycloak.crl.infinispan.InfinispanCacheCrlProvider
- All Implemented Interfaces:
CacheCrlProvider
,Provider
-
Constructor Summary
ConstructorsConstructorDescriptionInfinispanCacheCrlProvider
(KeycloakSession session, org.infinispan.Cache<String, X509CRLEntry> crlCache) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Clears all the cached CRLs, so they need to be loaded againvoid
close()
-
Constructor Details
-
InfinispanCacheCrlProvider
public InfinispanCacheCrlProvider(KeycloakSession session, org.infinispan.Cache<String, X509CRLEntry> crlCache)
-
-
Method Details
-
clearCache
public void clearCache()Description copied from interface:CacheCrlProvider
Clears all the cached CRLs, so they need to be loaded again- Specified by:
clearCache
in interfaceCacheCrlProvider
-
close
public void close()
-