Class CasTomcatBanner

  • All Implemented Interfaces:
    org.springframework.boot.Banner

    public class CasTomcatBanner
    extends org.apereo.cas.util.spring.boot.AbstractCasBanner
    Since:
    5.1.0
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.springframework.boot.Banner

        org.springframework.boot.Banner.Mode
    • Field Summary

      • Fields inherited from class org.apereo.cas.util.spring.boot.AbstractCasBanner

        LINE_SEPARATOR
    • Constructor Summary

      Constructors 
      Constructor Description
      CasTomcatBanner()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void injectEnvironmentInfoIntoBanner​(java.util.Formatter formatter, org.springframework.core.env.Environment environment, java.lang.Class<?> sourceClass)  
      • Methods inherited from class org.apereo.cas.util.spring.boot.AbstractCasBanner

        getTitle, printBanner
      • Methods inherited from class java.lang.Object

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

      • CasTomcatBanner

        public CasTomcatBanner()
    • Method Detail

      • injectEnvironmentInfoIntoBanner

        protected void injectEnvironmentInfoIntoBanner​(java.util.Formatter formatter,
                                                       org.springframework.core.env.Environment environment,
                                                       java.lang.Class<?> sourceClass)
        Overrides:
        injectEnvironmentInfoIntoBanner in class org.apereo.cas.util.spring.boot.AbstractCasBanner