Interface VitamApplicationConfigurationInterface

    • Method Detail

      • getJettyConfig

        java.lang.String getJettyConfig()
        getter jettyConfig
        Returns:
        the Jetty config filename
      • isAuthentication

        boolean isAuthentication()
        getter authentication
        Returns:
        true if authentication is on for the application, false if not
      • isTenantFilter

        boolean isTenantFilter()
        getter tenantFilter
        Returns:
        true if tenant Filtering is on for the application, false if not
      • getBaseUrl

        default java.lang.String getBaseUrl()
      • getBaseUri

        default java.lang.String getBaseUri()