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

    Modifier and Type
    Method
    Description
    void
    onRefresh(org.springframework.cloud.context.scope.refresh.RefreshScopeRefreshedEvent event)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • 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 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)