Package org.apache.syncope.wa.bootstrap
Class WABootstrapConfiguration.PropertySourceConfiguration
java.lang.Object
org.apache.syncope.wa.bootstrap.WABootstrapConfiguration.PropertySourceConfiguration
- Enclosing class:
WABootstrapConfiguration
@Configuration(proxyBeanMethods=false)
public static class WABootstrapConfiguration.PropertySourceConfiguration
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionattrRepoPropertySourceMapper
(WARestClient waRestClient) authModulePropertySourceMapper
(WARestClient waRestClient) org.springframework.cloud.bootstrap.config.PropertySourceLocator
configPropertySourceLocator
(org.apereo.cas.util.crypto.CipherExecutor<String, String> waConfigurationCipher, WARestClient waRestClient, AuthModulePropertySourceMapper authModulePropertySourceMapper, AttrRepoPropertySourceMapper attrRepoPropertySourceMapper, AttrReleaseMapper attrReleaseMapper) waConfigurationCipher
(Environment environment)
-
Constructor Details
-
PropertySourceConfiguration
public PropertySourceConfiguration()
-
-
Method Details
-
waConfigurationCipher
@ConditionalOnMissingBean(name="waConfigurationCipher") @Bean public org.apereo.cas.util.crypto.CipherExecutor<String,String> waConfigurationCipher(Environment environment) -
authModulePropertySourceMapper
@ConditionalOnMissingBean @Bean public AuthModulePropertySourceMapper authModulePropertySourceMapper(WARestClient waRestClient) -
attrRepoPropertySourceMapper
@ConditionalOnMissingBean @Bean public AttrRepoPropertySourceMapper attrRepoPropertySourceMapper(WARestClient waRestClient) -
attrReleaseMapper
-
configPropertySourceLocator
@Bean public org.springframework.cloud.bootstrap.config.PropertySourceLocator configPropertySourceLocator(@Qualifier("waConfigurationCipher") org.apereo.cas.util.crypto.CipherExecutor<String, String> waConfigurationCipher, WARestClient waRestClient, AuthModulePropertySourceMapper authModulePropertySourceMapper, AttrRepoPropertySourceMapper attrRepoPropertySourceMapper, AttrReleaseMapper attrReleaseMapper)
-