Package org.apereo.cas.util.spring.boot
Interface CasBanner
-
- All Superinterfaces:
org.springframework.boot.Banner
- All Known Implementing Classes:
AbstractCasBanner,DefaultCasBanner
public interface CasBanner extends org.springframework.boot.BannerThis isCasBanner.- Since:
- 6.6.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description java.lang.StringgetTitle()Gets title.default voidinjectEnvironmentInfo(java.util.Formatter formatter, org.springframework.core.env.Environment environment, java.lang.Class<?> sourceClass)Inject environment info.
-
-
-
Method Detail
-
getTitle
java.lang.String getTitle()
Gets title.- Returns:
- the title
-
injectEnvironmentInfo
default void injectEnvironmentInfo(java.util.Formatter formatter, org.springframework.core.env.Environment environment, java.lang.Class<?> sourceClass)Inject environment info.- Parameters:
formatter- the formatterenvironment- the environmentsourceClass- the source class
-
-