Class CasWebApplication


  • @EnableDiscoveryClient
    @SpringBootApplication(exclude={org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration.class,org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration.class,org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration.class,org.springframework.boot.autoconfigure.gson.GsonAutoConfiguration.class,org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration.class,org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration.class,org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration.class,org.springframework.boot.autoconfigure.mongo.MongoAutoConfiguration.class,org.springframework.boot.autoconfigure.data.mongo.MongoDataAutoConfiguration.class,org.springframework.boot.autoconfigure.cassandra.CassandraAutoConfiguration.class,org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration.class,org.springframework.boot.autoconfigure.data.redis.RedisRepositoriesAutoConfiguration.class})
    @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
    @EnableAsync
    @EnableAspectJAutoProxy(proxyTargetClass=true)
    @EnableTransactionManagement(proxyTargetClass=true)
    @EnableScheduling
    public class CasWebApplication
    extends java.lang.Object
    This is CasWebApplication that houses the main method.
    Since:
    5.0.0
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handleApplicationReadyEvent​(org.springframework.boot.context.event.ApplicationReadyEvent event)
      Handle application ready event.
      static void main​(java.lang.String[] args)
      Main entry point of the CAS web application.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CasWebApplication

        public CasWebApplication()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Main entry point of the CAS web application.
        Parameters:
        args - the args
      • handleApplicationReadyEvent

        @EventListener
        public void handleApplicationReadyEvent​(org.springframework.boot.context.event.ApplicationReadyEvent event)
        Handle application ready event.
        Parameters:
        event - the event