Class WARefreshContextJob

java.lang.Object
org.apache.syncope.wa.starter.config.WARefreshContextJob
All Implemented Interfaces:
Runnable

public class WARefreshContextJob extends Object implements Runnable
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final org.springframework.cloud.context.refresh.ContextRefresher
     
    protected static final org.slf4j.Logger
     
    protected final org.apereo.cas.support.saml.idp.metadata.generator.SamlIdPMetadataGenerator
     
    protected final WARestClient
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    WARefreshContextJob(WARestClient waRestClient, org.springframework.cloud.context.refresh.ContextRefresher contextRefresher, org.apereo.cas.support.saml.idp.metadata.generator.SamlIdPMetadataGenerator metadataGenerator)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected static void
     
    void
    run()
     

    Methods inherited from class java.lang.Object

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

    • LOG

      protected static final org.slf4j.Logger LOG
    • waRestClient

      protected final WARestClient waRestClient
    • contextRefresher

      protected final org.springframework.cloud.context.refresh.ContextRefresher contextRefresher
    • metadataGenerator

      protected final org.apereo.cas.support.saml.idp.metadata.generator.SamlIdPMetadataGenerator metadataGenerator
  • Constructor Details

    • WARefreshContextJob

      public WARefreshContextJob(WARestClient waRestClient, org.springframework.cloud.context.refresh.ContextRefresher contextRefresher, org.apereo.cas.support.saml.idp.metadata.generator.SamlIdPMetadataGenerator metadataGenerator)
  • Method Details

    • advertiseReady

      protected static void advertiseReady()
    • run

      public void run()
      Specified by:
      run in interface Runnable