Class CasCoreEnvironmentConfiguration.CasCoreEnvironmentLocatorConfiguration

  • Enclosing class:
    CasCoreEnvironmentConfiguration

    @Configuration(value="CasCoreEnvironmentLocatorConfiguration",
                   proxyBeanMethods=false)
    @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
    public static class CasCoreEnvironmentConfiguration.CasCoreEnvironmentLocatorConfiguration
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apereo.cas.configuration.api.CasConfigurationPropertiesSourceLocator standaloneConfigurationFilePropertiesSourceLocator​(org.apereo.cas.configuration.CasConfigurationPropertiesEnvironmentManager configurationPropertiesEnvironmentManager, org.apereo.cas.configuration.loader.ConfigurationPropertiesLoaderFactory configurationPropertiesLoaderFactory)  
      • Methods inherited from class java.lang.Object

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

      • CasCoreEnvironmentLocatorConfiguration

        public CasCoreEnvironmentLocatorConfiguration()
    • Method Detail

      • standaloneConfigurationFilePropertiesSourceLocator

        @Bean
        @ConditionalOnMissingBean(name="standaloneConfigurationFilePropertiesSourceLocator")
        public org.apereo.cas.configuration.api.CasConfigurationPropertiesSourceLocator standaloneConfigurationFilePropertiesSourceLocator​(@Qualifier("configurationPropertiesEnvironmentManager")
                                                                                                                                           org.apereo.cas.configuration.CasConfigurationPropertiesEnvironmentManager configurationPropertiesEnvironmentManager,
                                                                                                                                           @Qualifier("configurationPropertiesLoaderFactory")
                                                                                                                                           org.apereo.cas.configuration.loader.ConfigurationPropertiesLoaderFactory configurationPropertiesLoaderFactory)