Class WASamlIdPMetadataCacheRefresher


  • public class WASamlIdPMetadataCacheRefresher
    extends Object
    • Field Detail

      • LOG

        protected static final Logger LOG
      • metadataCache

        protected final com.github.benmanes.caffeine.cache.Cache<String,​org.apereo.cas.support.saml.services.idp.metadata.SamlIdPMetadataDocument> metadataCache
    • 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)