Package org.apache.syncope.wa.bootstrap
Class WAPropertySourceLocator
- java.lang.Object
-
- org.apache.syncope.wa.bootstrap.WAPropertySourceLocator
-
- All Implemented Interfaces:
org.springframework.cloud.bootstrap.config.PropertySourceLocator
@Order public class WAPropertySourceLocator extends Object implements org.springframework.cloud.bootstrap.config.PropertySourceLocator
-
-
Field Summary
Fields Modifier and Type Field Description protected AttrRepoPropertySourceMapperattrRepoPropertySourceMapperprotected AuthModulePropertySourceMapperauthModulePropertySourceMapperprotected static org.slf4j.LoggerLOGprotected WARestClientwaRestClient
-
Constructor Summary
Constructors Constructor Description WAPropertySourceLocator(WARestClient waRestClient, AuthModulePropertySourceMapper authModulePropertySourceMapper, AttrRepoPropertySourceMapper attrRepoPropertySourceMapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Map<String,Object>index(Map<String,Object> map, Map<String,Integer> prefixes)org.springframework.core.env.PropertySource<?>locate(org.springframework.core.env.Environment environment)
-
-
-
Field Detail
-
LOG
protected static final org.slf4j.Logger LOG
-
waRestClient
protected final WARestClient waRestClient
-
authModulePropertySourceMapper
protected final AuthModulePropertySourceMapper authModulePropertySourceMapper
-
attrRepoPropertySourceMapper
protected final AttrRepoPropertySourceMapper attrRepoPropertySourceMapper
-
-
Constructor Detail
-
WAPropertySourceLocator
public WAPropertySourceLocator(WARestClient waRestClient, AuthModulePropertySourceMapper authModulePropertySourceMapper, AttrRepoPropertySourceMapper attrRepoPropertySourceMapper)
-
-