Package org.apereo.cas
Class CasEmbeddedContainerUtils
- java.lang.Object
-
- org.apereo.cas.CasEmbeddedContainerUtils
-
public class CasEmbeddedContainerUtils extends java.lang.ObjectThis isCasEmbeddedContainerUtils.- Since:
- 5.1.0
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringEMBEDDED_CONTAINER_CONFIG_ACTIVEProperty to dictate to the environment whether embedded container is running CAS.
-
Constructor Summary
Constructors Constructor Description CasEmbeddedContainerUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.springframework.boot.BannergetCasBannerInstance()Gets cas banner instance.static java.util.Map<java.lang.String,java.lang.Object>getRuntimeProperties(java.lang.Boolean embeddedContainerActive)Gets runtime properties.
-
-
-
Field Detail
-
EMBEDDED_CONTAINER_CONFIG_ACTIVE
public static final java.lang.String EMBEDDED_CONTAINER_CONFIG_ACTIVE
Property to dictate to the environment whether embedded container is running CAS.- See Also:
- Constant Field Values
-
-
Method Detail
-
getRuntimeProperties
public static java.util.Map<java.lang.String,java.lang.Object> getRuntimeProperties(java.lang.Boolean embeddedContainerActive)
Gets runtime properties.- Parameters:
embeddedContainerActive- the embedded container active- Returns:
- the runtime properties
-
getCasBannerInstance
public static org.springframework.boot.Banner getCasBannerInstance()
Gets cas banner instance.- Returns:
- the cas banner instance
-
-