Class WASamlIdPMetadataCacheRefresher
java.lang.Object
org.apache.syncope.wa.starter.saml.idp.metadata.WASamlIdPMetadataCacheRefresher
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionWASamlIdPMetadataCacheRefresher(com.github.benmanes.caffeine.cache.Cache<String, org.apereo.cas.support.saml.services.idp.metadata.SamlIdPMetadataDocument> metadataCache) -
Method Summary
Modifier and TypeMethodDescriptionvoidonRefresh(org.springframework.cloud.context.scope.refresh.RefreshScopeRefreshedEvent event)
-
Field Details
-
LOG
-
metadataCache
protected final com.github.benmanes.caffeine.cache.Cache<String,org.apereo.cas.support.saml.services.idp.metadata.SamlIdPMetadataDocument> metadataCache
-
-
Constructor Details
-
WASamlIdPMetadataCacheRefresher
public WASamlIdPMetadataCacheRefresher(com.github.benmanes.caffeine.cache.Cache<String, org.apereo.cas.support.saml.services.idp.metadata.SamlIdPMetadataDocument> metadataCache)
-
-
Method Details
-
onRefresh
@EventListener(org.springframework.cloud.context.scope.refresh.RefreshScopeRefreshedEvent.class) @Async public void onRefresh(org.springframework.cloud.context.scope.refresh.RefreshScopeRefreshedEvent event)
-