Class CasCoreEnvironmentConfiguration.CasCoreEnvironmentManagerConfiguration

  • Enclosing class:
    CasCoreEnvironmentConfiguration

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

      • CasCoreEnvironmentManagerConfiguration

        public CasCoreEnvironmentManagerConfiguration()
    • Method Detail

      • configurationPropertiesEnvironmentManager

        @ConditionalOnMissingBean(name="configurationPropertiesEnvironmentManager")
        @Bean
        public org.apereo.cas.configuration.CasConfigurationPropertiesEnvironmentManager configurationPropertiesEnvironmentManager​(org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor binder)