Class WASamlIdPMetadataCacheRefresher
- java.lang.Object
-
- org.apache.syncope.wa.starter.saml.idp.metadata.WASamlIdPMetadataCacheRefresher
-
public class WASamlIdPMetadataCacheRefresher extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static Logger
LOG
protected com.github.benmanes.caffeine.cache.Cache<String,org.apereo.cas.support.saml.services.idp.metadata.SamlIdPMetadataDocument>
metadataCache
-
Constructor Summary
Constructors Constructor Description WASamlIdPMetadataCacheRefresher(com.github.benmanes.caffeine.cache.Cache<String,org.apereo.cas.support.saml.services.idp.metadata.SamlIdPMetadataDocument> metadataCache)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onRefresh(org.springframework.cloud.context.scope.refresh.RefreshScopeRefreshedEvent event)
-
-
-
Constructor Detail
-
WASamlIdPMetadataCacheRefresher
public WASamlIdPMetadataCacheRefresher(com.github.benmanes.caffeine.cache.Cache<String,org.apereo.cas.support.saml.services.idp.metadata.SamlIdPMetadataDocument> metadataCache)
-
-
Method Detail
-
onRefresh
@EventListener(org.springframework.cloud.context.scope.refresh.RefreshScopeRefreshedEvent.class) @Async public void onRefresh(org.springframework.cloud.context.scope.refresh.RefreshScopeRefreshedEvent event)
-
-