Package org.keycloak.models.cache
Interface CachePublicKeyProvider
- All Superinterfaces:
org.keycloak.provider.Provider
public interface CachePublicKeyProvider
extends org.keycloak.provider.Provider
-
Method Summary
Modifier and TypeMethodDescriptionvoidClears all the cached public keys, so they need to be loaded againMethods inherited from interface org.keycloak.provider.Provider
close
-
Method Details
-
clearCache
void clearCache()Clears all the cached public keys, so they need to be loaded again
-