Class CasEmbeddedContainerUtils

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String EMBEDDED_CONTAINER_CONFIG_ACTIVE
      Property to dictate to the environment whether embedded container is running CAS.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.springframework.boot.Banner getCasBannerInstance()
      Gets cas banner instance.
      static java.util.Map<java.lang.String,​java.lang.Object> getRuntimeProperties​(java.lang.Boolean embeddedContainerActive)
      Gets runtime properties.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Constructor Detail

      • CasEmbeddedContainerUtils

        public CasEmbeddedContainerUtils()
    • 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