Class FileJGroupsCertificateProvider

java.lang.Object
org.keycloak.jgroups.certificates.FileJGroupsCertificateProvider
All Implemented Interfaces:
Provider, JGroupsCertificateProvider

public class FileJGroupsCertificateProvider extends Object implements JGroupsCertificateProvider
A JGroupsCertificateProvider implementation that reads the key and trust stores from a file.

This implementation periodically inspects the file for changes. If the files are modified, the new key and trust stores are reloaded and used.