Class CasCoreEnvironmentConfiguration.CasCoreEnvironmentFactoryConfiguration

  • Enclosing class:
    CasCoreEnvironmentConfiguration

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apereo.cas.util.crypto.CipherExecutor<java.lang.String,​java.lang.String> casConfigurationCipherExecutor​(org.springframework.core.env.Environment environment)  
      org.springframework.core.convert.converter.Converter<java.lang.String,​java.util.List<java.lang.Class<? extends java.lang.Throwable>>> commaSeparatedStringToThrowablesCollection()  
      org.apereo.cas.configuration.loader.ConfigurationPropertiesLoaderFactory configurationPropertiesLoaderFactory​(org.apereo.cas.util.crypto.CipherExecutor<java.lang.String,​java.lang.String> casConfigurationCipherExecutor, org.springframework.core.env.Environment environment)  
      • Methods inherited from class java.lang.Object

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

      • CasCoreEnvironmentFactoryConfiguration

        public CasCoreEnvironmentFactoryConfiguration()
    • Method Detail

      • commaSeparatedStringToThrowablesCollection

        @ConfigurationPropertiesBinding
        @Bean
        public org.springframework.core.convert.converter.Converter<java.lang.String,​java.util.List<java.lang.Class<? extends java.lang.Throwable>>> commaSeparatedStringToThrowablesCollection()
      • casConfigurationCipherExecutor

        @ConditionalOnMissingBean(name="casConfigurationCipherExecutor")
        @Bean
        public org.apereo.cas.util.crypto.CipherExecutor<java.lang.String,​java.lang.String> casConfigurationCipherExecutor​(org.springframework.core.env.Environment environment)
      • configurationPropertiesLoaderFactory

        @ConditionalOnMissingBean(name="configurationPropertiesLoaderFactory")
        @Bean
        public org.apereo.cas.configuration.loader.ConfigurationPropertiesLoaderFactory configurationPropertiesLoaderFactory​(@Qualifier("casConfigurationCipherExecutor")
                                                                                                                             org.apereo.cas.util.crypto.CipherExecutor<java.lang.String,​java.lang.String> casConfigurationCipherExecutor,
                                                                                                                             org.springframework.core.env.Environment environment)