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 TypeMethodDescriptionvoidClears all the cached CRLs, so they need to be loaded againvoidclose() 
- 
Constructor Details
- 
InfinispanCacheCrlProvider
public InfinispanCacheCrlProvider(KeycloakSession session, org.infinispan.Cache<String, X509CRLEntry> crlCache)  
 - 
 - 
Method Details
- 
clearCache
public void clearCache()Description copied from interface:CacheCrlProviderClears all the cached CRLs, so they need to be loaded again- Specified by:
 clearCachein interfaceCacheCrlProvider
 - 
close
public void close() 
 -