Class CasCoreBootstrapStandaloneConfiguration.CasCoreBootstrapStandaloneSourcesConfiguration

  • All Implemented Interfaces:
    org.springframework.core.Ordered, org.springframework.core.PriorityOrdered
    Enclosing class:
    CasCoreBootstrapStandaloneConfiguration

    @Configuration(value="CasCoreBootstrapStandaloneSourcesConfiguration",
                   proxyBeanMethods=false)
    @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
    public static class CasCoreBootstrapStandaloneConfiguration.CasCoreBootstrapStandaloneSourcesConfiguration
    extends java.lang.Object
    implements org.springframework.core.PriorityOrdered
    • Field Summary

      • Fields inherited from interface org.springframework.core.Ordered

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.cloud.bootstrap.config.PropertySourceLocator casCoreBootstrapPropertySourceLocator​(java.util.List<org.apereo.cas.configuration.api.CasConfigurationPropertiesSourceLocator> locatorList, org.springframework.core.io.ResourceLoader resourceLoader)  
      int getOrder()  
      • Methods inherited from class java.lang.Object

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

      • CasCoreBootstrapStandaloneSourcesConfiguration

        public CasCoreBootstrapStandaloneSourcesConfiguration()
    • Method Detail

      • casCoreBootstrapPropertySourceLocator

        @Bean
        public org.springframework.cloud.bootstrap.config.PropertySourceLocator casCoreBootstrapPropertySourceLocator​(java.util.List<org.apereo.cas.configuration.api.CasConfigurationPropertiesSourceLocator> locatorList,
                                                                                                                      org.springframework.core.io.ResourceLoader resourceLoader)
      • getOrder

        public int getOrder()
        Specified by:
        getOrder in interface org.springframework.core.Ordered