Class CasConfigurationWatchService

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, org.apereo.cas.util.spring.CasEventListener, org.springframework.beans.factory.InitializingBean

    public class CasConfigurationWatchService
    extends java.lang.Object
    implements java.io.Closeable, org.apereo.cas.util.spring.CasEventListener, org.springframework.beans.factory.InitializingBean
    Since:
    6.0.0
    • Constructor Detail

      • CasConfigurationWatchService

        public CasConfigurationWatchService()
    • Method Detail

      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
      • initialize

        public void initialize()
        Initialize.
      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws java.lang.Exception
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Throws:
        java.lang.Exception