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
Constructors Constructor Description PropertySourceConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttrReleaseMapper
attrReleaseMapper()
AttrRepoPropertySourceMapper
attrRepoPropertySourceMapper(WARestClient waRestClient)
AuthModulePropertySourceMapper
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)
org.apereo.cas.util.crypto.CipherExecutor<String,String>
waConfigurationCipher(Environment environment)
-
-
-
Method Detail
-
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
@ConditionalOnMissingBean @Bean public AttrReleaseMapper 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)
-
-