java.lang.Object
org.keycloak.infinispan.module.certificates.ReloadCertificateFunction
- All Implemented Interfaces:
Function<org.infinispan.manager.EmbeddedCacheManager,Void>
@ProtoTypeId(65615)
public final class ReloadCertificateFunction
extends Object
implements Function<org.infinispan.manager.EmbeddedCacheManager,Void>
Reloads the JGroups certificate
-
Method Summary
apply(org.infinispan.manager.EmbeddedCacheManager embeddedCacheManager)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
-
apply
public Void apply(org.infinispan.manager.EmbeddedCacheManager embeddedCacheManager)
- Specified by:
apply
in interface Function<org.infinispan.manager.EmbeddedCacheManager,Void>